#AE8966

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

Shades of Sandal #AE8966

Tints of Sandal #AE8966

Color information

#AE8966 (or 0xAE8966) is unknown color: approx Sandal. HEX triplet: AE, 89 and 66. RGB value is (174,137,102). Sum of RGB (Red+Green+Blue) = 174+137+102=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8966 is #517699. Grayscale: #909090. Windows color (decimal): -5338778 or 6719918. OLE color: 6719918.

HSL color Cylindrical-coordinate representation of color #AE8966: hue angle of 29.17º 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 #AE8966 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB174137102-
CMYK00.210.410.32
HSL29.17º30.77%54.12%-
HSV(B)29.17º41.38%68.24%-
XYZ28.827.8516.43-
YUV144.07104.26149.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 102 (40.23% from 255) = 24.70%
R=42.13%
G=33.17%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413710200.210.410.3229.1730.7754.12
HexAE896601529201d1f36
Octal2562111460255140353766
Binary101011101000100111001100101011010011000001110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8966; }

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

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

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

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

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

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

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

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