#AE8866

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

Shades of Sandal #AE8866

Tints of Sandal #AE8866

Color information

#AE8866 (or 0xAE8866) is unknown color: approx Sandal. HEX triplet: AE, 88 and 66. RGB value is (174,136,102). Sum of RGB (Red+Green+Blue) = 174+136+102=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8866 is #517799. Grayscale: #8F8F8F. Windows color (decimal): -5339034 or 6719662. OLE color: 6719662.

HSL color Cylindrical-coordinate representation of color #AE8866: hue angle of 28.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE8866 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174136102-
CMYK00.220.410.32
HSL28.33º30.77%54.12%-
HSV(B)28.33º41.38%68.24%-
XYZ28.6627.5716.38-
YUV143.49104.59149.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 102 (40.23% from 255) = 24.76%
R=42.23%
G=33.01%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413610200.220.410.3228.3330.7754.12
HexAE886601629201c1f36
Octal2562101460265140343766
Binary101011101000100011001100101101010011000001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8866; }

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

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

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

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

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

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

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

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