#a04a2a

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

Shades of Rock Spray #A04A2A

Tints of Rock Spray #A04A2A

Color information

#A04A2A (or 0xA04A2A) is unknown color: approx Rock Spray. HEX triplet: A0, 4A and 2A. RGB value is (160,74,42). Sum of RGB (Red+Green+Blue) = 160+74+42=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04A2A is #5FB5D5. Grayscale: #606060. Windows color (decimal): -6272470 or 2771616. OLE color: 2771616.

HSL color Cylindrical-coordinate representation of color #A04A2A: hue angle of 16.27º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A04A2A is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1607442-
CMYK00.540.740.37
HSL16.27º58.42%39.61%-
HSV(B)16.27º73.75%62.75%-
XYZ17.3612.543.7-
YUV96.0797.49173.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.97%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=57.97%
G=26.81%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160744200.540.740.3716.2758.4239.61
HexA04A2A0364A25103a28
Octal2401125206611245207250
Binary1010000010010101010100110110100101010010110000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a04a2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a04a2a; }

 p { color: rgb(160,74,42); }

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

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

 a { background-color: rgb(160,74,42); }

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

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

 span { border-color: rgb(160,74,42); }

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