#A03817

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

Shades of Rock Spray #A03817

Tints of Rock Spray #A03817

Color information

#A03817 (or 0xA03817) is unknown color: approx Rock Spray. HEX triplet: A0, 38 and 17. RGB value is (160,56,23). Sum of RGB (Red+Green+Blue) = 160+56+23=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A03817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03817 is #5FC7E8. Grayscale: #535353. Windows color (decimal): -6277097 or 1521824. OLE color: 1521824.

HSL color Cylindrical-coordinate representation of color #A03817: hue angle of 14.45º 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 #A03817 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1605623-
CMYK00.650.860.37
HSL14.45º74.86%35.88%-
HSV(B)14.45º85.62%62.75%-
XYZ16.0710.361.96-
YUV83.3393.96182.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 23 (9.38% from 255) = 9.62%
R=66.95%
G=23.43%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160562300.650.860.3714.4574.8635.88
HexA038170415625e4b24
Octal24070270101126451611344
Binary101000001110001011101000001101011010010111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03817; }

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

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

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

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

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

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

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

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