#A04C32

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

Shades of Rock Spray #A04C32

Tints of Rock Spray #A04C32

Color information

#A04C32 (or 0xA04C32) is unknown color: approx Rock Spray. HEX triplet: A0, 4C and 32. RGB value is (160,76,50). Sum of RGB (Red+Green+Blue) = 160+76+50=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C32 is #5FB3CD. Grayscale: #626262. Windows color (decimal): -6271950 or 3296416. OLE color: 3296416.

HSL color Cylindrical-coordinate representation of color #A04C32: hue angle of 14.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A04C32 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB1607650-
CMYK00.520.690.37
HSL14.18º52.38%41.18%-
HSV(B)14.18º68.75%62.75%-
XYZ17.6612.874.57-
YUV98.15100.83172.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 76 (30.08% from 255) = 26.57%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=55.94%
G=26.57%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160765000.520.690.3714.1852.3841.18
HexA04C320344525e3429
Octal2401146206410545166451
Binary101000001001100110010011010010001011001011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C32; }

 p { color: rgb(160,76,50); }

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

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

 a { background-color: rgb(160,76,50); }

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

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

 span { border-color: rgb(160,76,50); }

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