#A04B36

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

Shades of Rock Spray #A04B36

Tints of Rock Spray #A04B36

Color information

#A04B36 (or 0xA04B36) is unknown color: approx Rock Spray. HEX triplet: A0, 4B and 36. RGB value is (160,75,54). Sum of RGB (Red+Green+Blue) = 160+75+54=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B36 is #5FB4C9. Grayscale: #626262. Windows color (decimal): -6272202 or 3558304. OLE color: 3558304.

HSL color Cylindrical-coordinate representation of color #A04B36: hue angle of 11.89º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04B36 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1607554-
CMYK00.530.660.37
HSL11.89º49.53%41.96%-
HSV(B)11.89º66.25%62.75%-
XYZ17.6812.775.02-
YUV98.02103.16172.21-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.36%
GREEN value IS 75 (29.69% from 255) = 25.95%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=55.36%
G=25.95%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160755400.530.660.3711.8949.5341.96
HexA04B360354225c322a
Octal2401136606510245146252
Binary101000001001011110110011010110000101001011100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B36; }

 p { color: rgb(160,75,54); }

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

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

 a { background-color: rgb(160,75,54); }

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

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

 span { border-color: rgb(160,75,54); }

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