#A64828

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

Shades of Rock Spray #A64828

Tints of Rock Spray #A64828

Color information

#A64828 (or 0xA64828) is unknown color: approx Rock Spray. HEX triplet: A6, 48 and 28. RGB value is (166,72,40). Sum of RGB (Red+Green+Blue) = 166+72+40=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A64828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64828 is #59B7D7. Grayscale: #606060. Windows color (decimal): -5879768 or 2640038. OLE color: 2640038.

HSL color Cylindrical-coordinate representation of color #A64828: hue angle of 15.24º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A64828 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1667240-
CMYK00.570.760.35
HSL15.24º61.17%40.39%-
HSV(B)15.24º75.9%65.1%-
XYZ18.4312.893.53-
YUV96.4696.14177.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=59.71%
G=25.90%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166724000.570.760.3515.2461.1740.39
HexA648280394C23f3d28
Octal2461105007111443177550
Binary101001101001000101000011100110011001000111111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64828; }

 p { color: rgb(166,72,40); }

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

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

 a { background-color: rgb(166,72,40); }

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

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

 span { border-color: rgb(166,72,40); }

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