#A64427

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

Shades of Rock Spray #A64427

Tints of Rock Spray #A64427

Color information

#A64427 (or 0xA64427) is unknown color: approx Rock Spray. HEX triplet: A6, 44 and 27. RGB value is (166,68,39). Sum of RGB (Red+Green+Blue) = 166+68+39=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A64427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64427 is #59BBD8. Grayscale: #5E5E5E. Windows color (decimal): -5880793 or 2573478. OLE color: 2573478.

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

Color convert

RGB1666839-
CMYK00.590.770.35
HSL13.7º61.95%40.2%-
HSV(B)13.7º76.51%65.1%-
XYZ18.1612.393.35-
YUV9496.97179.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=60.81%
G=24.91%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166683900.590.770.3513.761.9540.2
HexA6442703B4D23e3e28
Octal2461044707311543167650
Binary101001101000100100111011101110011011000111110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64427; }

 p { color: rgb(166,68,39); }

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

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

 a { background-color: rgb(166,68,39); }

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

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

 span { border-color: rgb(166,68,39); }

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