#A04726

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

Shades of Rock Spray #A04726

Tints of Rock Spray #A04726

Color information

#A04726 (or 0xA04726) is unknown color: approx Rock Spray. HEX triplet: A0, 47 and 26. RGB value is (160,71,38). Sum of RGB (Red+Green+Blue) = 160+71+38=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A04726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04726 is #5FB8D9. Grayscale: #5E5E5E. Windows color (decimal): -6273242 or 2508704. OLE color: 2508704.

HSL color Cylindrical-coordinate representation of color #A04726: hue angle of 16.23º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A04726 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1607138-
CMYK00.560.760.37
HSL16.23º61.62%38.82%-
HSV(B)16.23º76.25%62.75%-
XYZ17.112.123.27-
YUV93.8596.49175.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.48%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=59.48%
G=26.39%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160713800.560.760.3716.2361.6238.82
HexA047260384C25103e27
Octal2401074607011445207647
Binary1010000010001111001100111000100110010010110000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04726; }

 p { color: rgb(160,71,38); }

 H1.HeaderClassName
 {
   color: #A04726;
 }
 .AnyTagClassName
 {
   color: #A04726;
 }
</style>
background-color css

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

 a { background-color: rgb(160,71,38); }

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

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

 span { border-color: rgb(160,71,38); }

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