#A04320

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

Shades of Rock Spray #A04320

Tints of Rock Spray #A04320

Color information

#A04320 (or 0xA04320) is unknown color: approx Rock Spray. HEX triplet: A0, 43 and 20. RGB value is (160,67,32). Sum of RGB (Red+Green+Blue) = 160+67+32=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04320 is #5FBCDF. Grayscale: #5B5B5B. Windows color (decimal): -6274272 or 2114464. OLE color: 2114464.

HSL color Cylindrical-coordinate representation of color #A04320: hue angle of 16.41º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A04320 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1606732-
CMYK00.580.800.37
HSL16.41º66.67%37.65%-
HSV(B)16.41º80%62.75%-
XYZ16.7711.592.72-
YUV90.8294.81177.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 61.78%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=61.78%
G=25.87%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160673200.580.800.3716.4166.6737.65
HexA0432003A5025104326
Octal24010340072120452010346
Binary10100000100001110000001110101010000100101100001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04320; }

 p { color: rgb(160,67,32); }

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

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

 a { background-color: rgb(160,67,32); }

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

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

 span { border-color: rgb(160,67,32); }

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