#A83C27

Color #A83C27 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A83C27

Tints of Rock Spray #A83C27

Color information

#A83C27 (or 0xA83C27) is unknown color: approx Rock Spray. HEX triplet: A8, 3C and 27. RGB value is (168,60,39). Sum of RGB (Red+Green+Blue) = 168+60+39=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A83C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83C27 is #57C3D8. Grayscale: #5A5A5A. Windows color (decimal): -5751769 or 2571432. OLE color: 2571432.

HSL color Cylindrical-coordinate representation of color #A83C27: hue angle of 9.77º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A83C27 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1686039-
CMYK00.640.770.34
HSL9.77º62.32%40.59%-
HSV(B)9.77º76.79%65.88%-
XYZ18.1311.73.22-
YUV89.999.28183.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=62.92%
G=22.47%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168603900.640.770.349.7762.3240.59
HexA83C270404D22a3e29
Octal2507447010011542127651
Binary101010001111001001110100000010011011000101010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83C27; }

 p { color: rgb(168,60,39); }

 H1.HeaderClassName
 {
   color: #A83C27;
 }
 .AnyTagClassName
 {
   color: #A83C27;
 }
</style>
background-color css

<style>
 a { background-color: #A83C27; }

 a { background-color: rgb(168,60,39); }

 div.DivClassName
 {
   background-color: #A83C27;
 }
 .BgClassName
 {
   background-color: #A83C27;
 }
</style>
border-color css

<style>
 span { border-color: #A83C27; }

 span { border-color: rgb(168,60,39); }

 td.TdClassName
 {
   border-color: #A83C27;
 }
 .TagClassName
 {
   border-color: #A83C27;
 }
</style>