#AA8866

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

Shades of Sandal #AA8866

Tints of Sandal #AA8866

Color information

#AA8866 (or 0xAA8866) is unknown color: approx Sandal. HEX triplet: AA, 88 and 66. RGB value is (170,136,102). Sum of RGB (Red+Green+Blue) = 170+136+102=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8866 is #557799. Grayscale: #8E8E8E. Windows color (decimal): -5601178 or 6719658. OLE color: 6719658.

HSL color Cylindrical-coordinate representation of color #AA8866: hue angle of 30º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA8866 is Cyan = 0, Magento = 0.20, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB170136102-
CMYK00.200.40.33
HSL30º28.57%53.33%-
HSV(B)30º40%66.67%-
XYZ27.7827.1116.34-
YUV142.29105.26147.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 25%
R=41.67%
G=33.33%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013610200.200.40.333028.5753.33
HexAA886601428211e1d35
Octal2522101460245041363565
Binary101010101000100011001100101001010001000011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8866; }

 p { color: rgb(170,136,102); }

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

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

 a { background-color: rgb(170,136,102); }

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

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

 span { border-color: rgb(170,136,102); }

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