#AE8E81

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

Shades of Sandrift #AE8E81

Tints of Sandrift #AE8E81

Color information

#AE8E81 (or 0xAE8E81) is unknown color: approx Sandrift. HEX triplet: AE, 8E and 81. RGB value is (174,142,129). Sum of RGB (Red+Green+Blue) = 174+142+129=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8E81 is #51717E. Grayscale: #969696. Windows color (decimal): -5337471 or 8490670. OLE color: 8490670.

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

Color convert

RGB174142129-
CMYK00.180.260.32
HSL17.33º21.74%59.41%-
HSV(B)17.33º25.86%68.24%-
XYZ31.0929.9324.91-
YUV150.09116.1145.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.10%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 129 (50.78% from 255) = 28.99%
R=39.10%
G=31.91%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414212900.180.260.3217.3321.7459.41
HexAE8E810121A2011163b
Octal2562162010223240212673
Binary101011101000111010000001010010110101000001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8E81; }

 p { color: rgb(174,142,129); }

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

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

 a { background-color: rgb(174,142,129); }

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

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

 span { border-color: rgb(174,142,129); }

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