#AE8968

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

Shades of Sandal #AE8968

Tints of Sandal #AE8968

Color information

#AE8968 (or 0xAE8968) is unknown color: approx Sandal. HEX triplet: AE, 89 and 68. RGB value is (174,137,104). Sum of RGB (Red+Green+Blue) = 174+137+104=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8968 is #517697. Grayscale: #909090. Windows color (decimal): -5338776 or 6850990. OLE color: 6850990.

HSL color Cylindrical-coordinate representation of color #AE8968: hue angle of 28.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE8968 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB174137104-
CMYK00.210.400.32
HSL28.29º30.17%54.51%-
HSV(B)28.29º40.23%68.24%-
XYZ28.927.8916.96-
YUV144.3105.26149.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 104 (41.02% from 255) = 25.06%
R=41.93%
G=33.01%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17413710400.210.400.3228.2930.1754.51
HexAE896801528201c1e37
Octal2562111500255040343667
Binary101011101000100111010000101011010001000001110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8968; }

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

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

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

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

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

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

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

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