#A04034

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

Shades of Rock Spray #A04034

Tints of Rock Spray #A04034

Color information

#A04034 (or 0xA04034) is unknown color: approx Rock Spray. HEX triplet: A0, 40 and 34. RGB value is (160,64,52). Sum of RGB (Red+Green+Blue) = 160+64+52=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A04034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04034 is #5FBFCB. Grayscale: #5B5B5B. Windows color (decimal): -6275020 or 3424416. OLE color: 3424416.

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

Color convert

RGB1606452-
CMYK00.60.680.37
HSL6.67º50.94%41.57%-
HSV(B)6.67º67.5%62.75%-
XYZ16.9511.394.55-
YUV91.34105.8176.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=57.97%
G=23.19%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160645200.60.680.376.6750.9441.57
HexA0403403C44257332a
Octal240100640741044576352
Binary10100000100000011010001111001000100100101111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04034; }

 p { color: rgb(160,64,52); }

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

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

 a { background-color: rgb(160,64,52); }

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

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

 span { border-color: rgb(160,64,52); }

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