#A03917

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

Shades of Rock Spray #A03917

Tints of Rock Spray #A03917

Color information

#A03917 (or 0xA03917) is unknown color: approx Rock Spray. HEX triplet: A0, 39 and 17. RGB value is (160,57,23). Sum of RGB (Red+Green+Blue) = 160+57+23=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A03917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03917 is #5FC6E8. Grayscale: #545454. Windows color (decimal): -6276841 or 1522080. OLE color: 1522080.

HSL color Cylindrical-coordinate representation of color #A03917: hue angle of 14.89º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03917 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1605723-
CMYK00.640.860.37
HSL14.89º74.86%35.88%-
HSV(B)14.89º85.62%62.75%-
XYZ16.1110.461.98-
YUV83.9293.62182.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.67%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 23 (9.38% from 255) = 9.58%
R=66.67%
G=23.75%
B=9.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160572300.640.860.3714.8974.8635.88
HexA039170405625f4b24
Octal24071270100126451711344
Binary101000001110011011101000000101011010010111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03917; }

 p { color: rgb(160,57,23); }

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

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

 a { background-color: rgb(160,57,23); }

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

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

 span { border-color: rgb(160,57,23); }

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