#A04733

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

Shades of Rock Spray #A04733

Tints of Rock Spray #A04733

Color information

#A04733 (or 0xA04733) is unknown color: approx Rock Spray. HEX triplet: A0, 47 and 33. RGB value is (160,71,51). Sum of RGB (Red+Green+Blue) = 160+71+51=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A04733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04733 is #5FB8CC. Grayscale: #5F5F5F. Windows color (decimal): -6273229 or 3360672. OLE color: 3360672.

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

Color convert

RGB1607151-
CMYK00.560.680.37
HSL11.01º51.66%41.37%-
HSV(B)11.01º68.12%62.75%-
XYZ17.3512.224.58-
YUV95.33102.99174.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 51 (20.31% from 255) = 18.09%
R=56.74%
G=25.18%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160715100.560.680.3711.0151.6641.37
HexA047330384425b3429
Octal2401076307010445136451
Binary101000001000111110011011100010001001001011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04733; }

 p { color: rgb(160,71,51); }

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

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

 a { background-color: rgb(160,71,51); }

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

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

 span { border-color: rgb(160,71,51); }

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