#AA8966

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

Shades of Sandal #AA8966

Tints of Sandal #AA8966

Color information

#AA8966 (or 0xAA8966) is unknown color: approx Sandal. HEX triplet: AA, 89 and 66. RGB value is (170,137,102). Sum of RGB (Red+Green+Blue) = 170+137+102=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8966 is #557699. Grayscale: #8F8F8F. Windows color (decimal): -5600922 or 6719914. OLE color: 6719914.

HSL color Cylindrical-coordinate representation of color #AA8966: hue angle of 30.88º 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 #AA8966 is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB170137102-
CMYK00.190.40.33
HSL30.88º28.57%53.33%-
HSV(B)30.88º40%66.67%-
XYZ27.9227.416.39-
YUV142.88104.93147.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=41.56%
G=33.50%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013710200.190.40.3330.8828.5753.33
HexAA896601328211f1d35
Octal2522111460235041373565
Binary101010101000100111001100100111010001000011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8966; }

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

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

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

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

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

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

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

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