#A64225

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

Shades of Rock Spray #A64225

Tints of Rock Spray #A64225

Color information

#A64225 (or 0xA64225) is unknown color: approx Rock Spray. HEX triplet: A6, 42 and 25. RGB value is (166,66,37). Sum of RGB (Red+Green+Blue) = 166+66+37=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A64225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64225 is #59BDDA. Grayscale: #5C5C5C. Windows color (decimal): -5881307 or 2441894. OLE color: 2441894.

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

Color convert

RGB1666637-
CMYK00.600.780.35
HSL13.49º63.55%39.8%-
HSV(B)13.49º77.71%65.1%-
XYZ18.0112.143.14-
YUV92.5996.63180.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=61.71%
G=24.54%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166663700.600.780.3513.4963.5539.8
HexA6422503C4E23d4028
Octal24610245074116431510050
Binary1010011010000101001010111100100111010001111011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64225; }

 p { color: rgb(166,66,37); }

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

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

 a { background-color: rgb(166,66,37); }

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

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

 span { border-color: rgb(166,66,37); }

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