#A04119

Color #A04119 Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A04119

Tints of Rock Spray #A04119

Color information

#A04119 (or 0xA04119) is unknown color: approx 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

RGB1606525-
CMYK00.590.840.37
HSL17.78º72.97%36.27%-
HSV(B)17.78º84.38%62.75%-
XYZ16.5611.322.23-
YUV88.8491.97178.75-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160652500.590.840.3717.7872.9736.27
HexA0411903B5425124924
Octal24010131073124452211144
Binary1010000010000011100101110111010100100101100101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>