Html Css Color HEX #A04024 Rock Spray

📋 copy color: '#A04024'

red 160 ◦ green 64 ◦ blue 36

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

Shades of Rock Spray #A04024

Tints of Rock Spray #A04024

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 61.54%
G = 24.62%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04024 (or 0xA04024) is known color: Rock Spray. HEX triplet: A0, 40 and 24. RGB value is (160,64,36). Sum of RGB (Red+Green+Blue) = 160+64+36=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A04024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04024 is #5FBFDB. Grayscale: #595959. Windows color (decimal): -6275036 or 2375840. OLE color: 2375840.

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

Color convert

RGB 160 64 36 -
CMYK 0 0.6 0.78 0.37
HSL 13.55º 0.63% 0.38% -
HSV(B) 13.55º 0.78% 0.63% -
XYZ 16.65 11.27 2.97 -
YUV 89.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 160 64 36 0 0.6 0.78 0.37 13.55 0.63 0.38
Hex A0 40 24 0 3C 4E 25 E 3F 26
Octal 240 100 44 0 74 116 45 16 77 46
Binary 10100000 1000000 100100 0 111100 1001110 100101 1110 111111 100110

Color Harmonies of #A04024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04024

Black with #A04024

Text Example


Text Example

White with #A04024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04024; }

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

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

background-color css

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

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

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

border-color css

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

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

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