Html Css Color HEX #A04424 Rock Spray

📋 copy color: '#A04424'

red 160 ◦ green 68 ◦ blue 36

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

Shades of Rock Spray #A04424

Tints of Rock Spray #A04424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 60.61%
G = 25.76%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04424 (or 0xA04424) is known color: Rock Spray. HEX triplet: A0, 44 and 24. RGB value is (160,68,36). Sum of RGB (Red+Green+Blue) = 160+68+36=264 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.61% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 160 - color contains mainly: red. Hex color #A04424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04424 is #5FBBDB. Grayscale: #5C5C5C. Windows color (decimal): -6274012 or 2376864. OLE color: 2376864.

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

Color convert

RGB 160 68 36 -
CMYK 0 0.57 0.78 0.37
HSL 15.48º 0.63% 0.38% -
HSV(B) 15.48º 0.78% 0.63% -
XYZ 16.88 11.74 3.04 -
YUV 91.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 160 68 36 0 0.57 0.78 0.37 15.48 0.63 0.38
Hex A0 44 24 0 39 4E 25 F 3F 26
Octal 240 104 44 0 71 116 45 17 77 46
Binary 10100000 1000100 100100 0 111001 1001110 100101 1111 111111 100110

Color Harmonies of #A04424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04424

Black with #A04424

Text Example


Text Example

White with #A04424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04424; }

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

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

background-color css

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

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

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

border-color css

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

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

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