#A04632

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

Shades of Rock Spray #A04632

Tints of Rock Spray #A04632

Color information

#A04632 (or 0xA04632) is unknown color: approx Rock Spray. HEX triplet: A0, 46 and 32. RGB value is (160,70,50). Sum of RGB (Red+Green+Blue) = 160+70+50=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A04632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04632 is #5FB9CD. Grayscale: #5E5E5E. Windows color (decimal): -6273486 or 3294880. OLE color: 3294880.

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

Color convert

RGB1607050-
CMYK00.560.690.37
HSL10.91º52.38%41.18%-
HSV(B)10.91º68.75%62.75%-
XYZ17.2612.084.44-
YUV94.63102.82174.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.14%
GREEN value IS 70 (27.73% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 17.86%
R=57.14%
G=25%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160705000.560.690.3710.9152.3841.18
HexA046320384525b3429
Octal2401066207010545136451
Binary101000001000110110010011100010001011001011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04632; }

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

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

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

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

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

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

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

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