Html Css Color HEX #A04020 Rock Spray

📋 copy color: '#A04020'

red 160 ◦ green 64 ◦ blue 32

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

Shades of Rock Spray #A04020

Tints of Rock Spray #A04020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 62.5%
G = 25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A04020 (or 0xA04020) is known color: Rock Spray. HEX triplet: A0, 40 and 20. RGB value is (160,64,32). Sum of RGB (Red+Green+Blue) = 160+64+32=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A04020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04020 is #5FBFDF. Grayscale: #595959. Windows color (decimal): -6275040 or 2113696. OLE color: 2113696.

HSL color Cylindrical-coordinate representation of color #A04020: hue angle of 15º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A04020 is Cyan = 0, Magento = 0.6, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 32 -
CMYK 0 0.6 0.80 0.37
HSL 15º 0.67% 0.38% -
HSV(B) 15º 0.8% 0.63% -
XYZ 16.59 11.24 2.66 -
YUV 89.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 160 64 32 0 0.6 0.80 0.37 15 0.67 0.38
Hex A0 40 20 0 3C 50 25 F 43 26
Octal 240 100 40 0 74 120 45 17 103 46
Binary 10100000 1000000 100000 0 111100 1010000 100101 1111 1000011 100110

Color Harmonies of #A04020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04020

Black with #A04020

Text Example


Text Example

White with #A04020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04020; }

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

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

background-color css

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

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

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

border-color css

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

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

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