Html Css Color HEX #A04119 Rock Spray

📋 copy color: '#A04119'

red 160 ◦ green 65 ◦ blue 25

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

Shades of Rock Spray #A04119

Tints of Rock Spray #A04119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 64%
G = 26%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A04119 (or 0xA04119) is known color: Rock Spray. HEX triplet: A0, 41 and 19. RGB value is (160,65,25). Sum of RGB (Red+Green+Blue) = 160+65+25=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A04119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04119 is #5FBEE6. Grayscale: #595959. Windows color (decimal): -6274791 or 1655200. OLE color: 1655200.

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

Color convert

RGB 160 65 25 -
CMYK 0 0.59 0.84 0.37
HSL 17.78º 0.73% 0.36% -
HSV(B) 17.78º 0.84% 0.63% -
XYZ 16.56 11.32 2.23 -
YUV 88.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 160 65 25 0 0.59 0.84 0.37 17.78 0.73 0.36
Hex A0 41 19 0 3B 54 25 12 49 24
Octal 240 101 31 0 73 124 45 22 111 44
Binary 10100000 1000001 11001 0 111011 1010100 100101 10010 1001001 100100

Color Harmonies of #A04119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04119

Black with #A04119

Text Example


Text Example

White with #A04119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04119; }

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

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

background-color css

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

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

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

border-color css

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

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

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