#AA866E

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

Shades of Sandal #AA866E

Tints of Sandal #AA866E

Color information

#AA866E (or 0xAA866E) is unknown color: approx Sandal. HEX triplet: AA, 86 and 6E. RGB value is (170,134,110). Sum of RGB (Red+Green+Blue) = 170+134+110=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA866E is #557991. Grayscale: #8E8E8E. Windows color (decimal): -5601682 or 7243434. OLE color: 7243434.

HSL color Cylindrical-coordinate representation of color #AA866E: hue angle of 24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA866E is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB170134110-
CMYK00.210.350.33
HSL24º26.09%54.9%-
HSV(B)24º35.29%66.67%-
XYZ27.9226.7218.44-
YUV142.03109.93147.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=41.06%
G=32.37%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013411000.210.350.332426.0954.9
HexAA866E0152321181a37
Octal2522061560254341303267
Binary101010101000011011011100101011000111000011100011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA866E; }

 p { color: rgb(170,134,110); }

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

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

 a { background-color: rgb(170,134,110); }

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

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

 span { border-color: rgb(170,134,110); }

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