#AE8D7E

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

Shades of Sandrift #AE8D7E

Tints of Sandrift #AE8D7E

Color information

#AE8D7E (or 0xAE8D7E) is unknown color: approx Sandrift. HEX triplet: AE, 8D and 7E. RGB value is (174,141,126). Sum of RGB (Red+Green+Blue) = 174+141+126=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D7E is #517281. Grayscale: #959595. Windows color (decimal): -5337730 or 8293806. OLE color: 8293806.

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

Color convert

RGB174141126-
CMYK00.190.280.32
HSL18.75º22.86%58.82%-
HSV(B)18.75º27.59%68.24%-
XYZ30.7529.5523.82-
YUV149.16114.93145.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=39.46%
G=31.97%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17414112600.190.280.3218.7522.8658.82
HexAE8D7E0131C2013173b
Octal2562151760233440232773
Binary10101110100011011111110010011111001000001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE8D7E; }

 p { color: rgb(174,141,126); }

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

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

 a { background-color: rgb(174,141,126); }

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

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

 span { border-color: rgb(174,141,126); }

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