#A03E29

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

Shades of Rock Spray #A03E29

Tints of Rock Spray #A03E29

Color information

#A03E29 (or 0xA03E29) is unknown color: approx Rock Spray. HEX triplet: A0, 3E and 29. RGB value is (160,62,41). Sum of RGB (Red+Green+Blue) = 160+62+41=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E29 is #5FC1D6. Grayscale: #595959. Windows color (decimal): -6275543 or 2703008. OLE color: 2703008.

HSL color Cylindrical-coordinate representation of color #A03E29: hue angle of 10.59º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03E29 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1606241-
CMYK00.610.740.37
HSL10.59º59.2%39.41%-
HSV(B)10.59º74.37%62.75%-
XYZ16.6211.083.36-
YUV88.91100.97178.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.84%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=60.84%
G=23.57%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160624100.610.740.3710.5959.239.41
HexA03E2903D4A25b3b27
Octal240765107511245137347
Binary10100000111110101001011110110010101001011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E29; }

 p { color: rgb(160,62,41); }

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

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

 a { background-color: rgb(160,62,41); }

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

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

 span { border-color: rgb(160,62,41); }

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