Html Css Color HEX #A04019 Rock Spray

📋 copy color: '#A04019'

red 160 ◦ green 64 ◦ blue 25

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

Shades of Rock Spray #A04019

Tints of Rock Spray #A04019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 64.26%
G = 25.7%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04019 (or 0xA04019) is known color: Rock Spray. HEX triplet: A0, 40 and 19. RGB value is (160,64,25). Sum of RGB (Red+Green+Blue) = 160+64+25=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A04019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04019 is #5FBFE6. Grayscale: #585858. Windows color (decimal): -6275047 or 1654944. OLE color: 1654944.

HSL color Cylindrical-coordinate representation of color #A04019: hue angle of 17.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A04019 is Cyan = 0, Magento = 0.6, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 25 -
CMYK 0 0.6 0.84 0.37
HSL 17.33º 0.73% 0.36% -
HSV(B) 17.33º 0.84% 0.63% -
XYZ 16.51 11.21 2.21 -
YUV 88.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 160 64 25 0 0.6 0.84 0.37 17.33 0.73 0.36
Hex A0 40 19 0 3C 54 25 11 49 24
Octal 240 100 31 0 74 124 45 21 111 44
Binary 10100000 1000000 11001 0 111100 1010100 100101 10001 1001001 100100

Color Harmonies of #A04019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04019

Black with #A04019

Text Example


Text Example

White with #A04019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04019; }

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

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

background-color css

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

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

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

border-color css

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

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

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