#AA8865

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

Shades of Sandal #AA8865

Tints of Sandal #AA8865

Color information

#AA8865 (or 0xAA8865) is unknown color: approx Sandal. HEX triplet: AA, 88 and 65. RGB value is (170,136,101). Sum of RGB (Red+Green+Blue) = 170+136+101=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8865 is #55779A. Grayscale: #8E8E8E. Windows color (decimal): -5601179 or 6654122. OLE color: 6654122.

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

Color convert

RGB170136101-
CMYK00.200.410.33
HSL30.43º28.87%53.14%-
HSV(B)30.43º40.59%66.67%-
XYZ27.7327.0916.08-
YUV142.18104.76147.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 136 (53.52% from 255) = 33.42%
BLUE value IS 101 (39.84% from 255) = 24.82%
R=41.77%
G=33.42%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013610100.200.410.3330.4328.8753.14
HexAA886501429211e1d35
Octal2522101450245141363565
Binary101010101000100011001010101001010011000011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8865; }

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

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

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

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

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

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

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

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