#AE8B66

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

Shades of Sandal #AE8B66

Tints of Sandal #AE8B66

Color information

#AE8B66 (or 0xAE8B66) is unknown color: approx Sandal. HEX triplet: AE, 8B and 66. RGB value is (174,139,102). Sum of RGB (Red+Green+Blue) = 174+139+102=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B66 is #517499. Grayscale: #919191. Windows color (decimal): -5338266 or 6720430. OLE color: 6720430.

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

Color convert

RGB174139102-
CMYK00.200.410.32
HSL30.83º30.77%54.12%-
HSV(B)30.83º41.38%68.24%-
XYZ29.0928.4216.52-
YUV145.25103.6148.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=41.93%
G=33.49%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413910200.200.410.3230.8330.7754.12
HexAE8B6601429201f1f36
Octal2562131460245140373766
Binary101011101000101111001100101001010011000001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8B66; }

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

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

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

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

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

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

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

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