Html Css Color HEX #A04221 Rock Spray

📋 copy color: '#A04221'

red 160 ◦ green 66 ◦ blue 33

#A04221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Spray #A04221

Tints of Rock Spray #A04221

RGB

 RED value IS 160 (62.89% from 255) = 61.78%

 GREEN value IS 66 (26.17% from 255) = 25.48%

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 61.78%
G = 25.48%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A04221 (or 0xA04221) is known color: Rock Spray. HEX triplet: A0, 42 and 21. RGB value is (160,66,33). Sum of RGB (Red+Green+Blue) = 160+66+33=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A04221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04221 is #5FBDDE. Grayscale: #5A5A5A. Windows color (decimal): -6274527 or 2179744. OLE color: 2179744.

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

Color convert

RGB 160 66 33 -
CMYK 0 0.59 0.79 0.37
HSL 15.59º 0.66% 0.38% -
HSV(B) 15.59º 0.79% 0.63% -
XYZ 16.72 11.48 2.77 -
YUV 90.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 160 66 33 0 0.59 0.79 0.37 15.59 0.66 0.38
Hex A0 42 21 0 3B 4F 25 10 42 26
Octal 240 102 41 0 73 117 45 20 102 46
Binary 10100000 1000010 100001 0 111011 1001111 100101 10000 1000010 100110

Color Harmonies of #A04221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04221

Black with #A04221

Text Example


Text Example

White with #A04221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04221; }

 p { color: rgb(160,66,33); }

 H1.HeaderClassName
 {
   color: #A04221;
 }
 .AnyTagClassName
 {
   color: #A04221;
 }
</style>

background-color css

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

 a { background-color: rgb(160,66,33); }

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

border-color css

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

 span { border-color: rgb(160,66,33); }

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