Html Css Color HEX #A04421 Rock Spray

📋 copy color: '#A04421'

red 160 ◦ green 68 ◦ blue 33

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

Shades of Rock Spray #A04421

Tints of Rock Spray #A04421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 61.3%
G = 26.05%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A04421 (or 0xA04421) is known color: Rock Spray. HEX triplet: A0, 44 and 21. RGB value is (160,68,33). Sum of RGB (Red+Green+Blue) = 160+68+33=261 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.30% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 160 - color contains mainly: red. Hex color #A04421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04421 is #5FBBDE. Grayscale: #5B5B5B. Windows color (decimal): -6274015 or 2180256. OLE color: 2180256.

HSL color Cylindrical-coordinate representation of color #A04421: hue angle of 16.54º 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 #A04421 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 33 -
CMYK 0 0.57 0.79 0.37
HSL 16.54º 0.66% 0.38% -
HSV(B) 16.54º 0.79% 0.63% -
XYZ 16.84 11.72 2.81 -
YUV 91.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 160 68 33 0 0.57 0.79 0.37 16.54 0.66 0.38
Hex A0 44 21 0 39 4F 25 11 42 26
Octal 240 104 41 0 71 117 45 21 102 46
Binary 10100000 1000100 100001 0 111001 1001111 100101 10001 1000010 100110

Color Harmonies of #A04421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04421

Black with #A04421

Text Example


Text Example

White with #A04421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04421; }

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

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

background-color css

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

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

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

border-color css

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

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

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