#A03A17

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

Shades of Rock Spray #A03A17

Tints of Rock Spray #A03A17

Color information

#A03A17 (or 0xA03A17) is unknown color: approx Rock Spray. HEX triplet: A0, 3A and 17. RGB value is (160,58,23). Sum of RGB (Red+Green+Blue) = 160+58+23=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A17 is #5FC5E8. Grayscale: #545454. Windows color (decimal): -6276585 or 1522336. OLE color: 1522336.

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

Color convert

RGB1605823-
CMYK00.640.860.37
HSL15.33º74.86%35.88%-
HSV(B)15.33º85.62%62.75%-
XYZ16.1610.562-
YUV84.5193.29181.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 58 (23.05% from 255) = 24.07%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=66.39%
G=24.07%
B=9.54%

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
Decimal160582300.640.860.3715.3374.8635.88
HexA03A170405625f4b24
Octal24072270100126451711344
Binary101000001110101011101000000101011010010111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A17; }

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

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

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

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

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

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

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

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