#AA8869

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

Shades of Sandal #AA8869

Tints of Sandal #AA8869

Color information

#AA8869 (or 0xAA8869) is unknown color: approx Sandal. HEX triplet: AA, 88 and 69. RGB value is (170,136,105). Sum of RGB (Red+Green+Blue) = 170+136+105=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8869 is #557796. Grayscale: #8E8E8E. Windows color (decimal): -5601175 or 6916266. OLE color: 6916266.

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

Color convert

RGB170136105-
CMYK00.200.380.33
HSL28.62º27.66%53.92%-
HSV(B)28.62º38.24%66.67%-
XYZ27.9327.1717.14-
YUV142.63106.76147.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 105 (41.41% from 255) = 25.55%
R=41.36%
G=33.09%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013610500.200.380.3328.6227.6653.92
HexAA886901426211d1c36
Octal2522101510244641353466
Binary101010101000100011010010101001001101000011110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8869; }

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

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

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

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

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

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

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

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