#AE8C65

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

Shades of Sandal #AE8C65

Tints of Sandal #AE8C65

Color information

#AE8C65 (or 0xAE8C65) is unknown color: approx Sandal. HEX triplet: AE, 8C and 65. RGB value is (174,140,101). Sum of RGB (Red+Green+Blue) = 174+140+101=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C65 is #51739A. Grayscale: #919191. Windows color (decimal): -5338011 or 6655150. OLE color: 6655150.

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

Color convert

RGB174140101-
CMYK00.200.420.32
HSL32.05º31.06%53.92%-
HSV(B)32.05º41.95%68.24%-
XYZ29.1828.6916.31-
YUV145.72102.76148.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=41.93%
G=33.73%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414010100.200.420.3232.0531.0653.92
HexAE8C650142A20201f36
Octal2562141450245240403766
Binary1010111010001100110010101010010101010000010000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8C65; }

 p { color: rgb(174,140,101); }

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

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

 a { background-color: rgb(174,140,101); }

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

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

 span { border-color: rgb(174,140,101); }

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