Shades of Sandrift #AE8976
Tints of Sandrift #AE8976
RGB
CMYK
RGB Variations
Color information
#AE8976 (or 0xAE8976) is known color: Sandrift. HEX triplet: AE, 89 and 76. RGB value is (174,137,118). Sum of RGB (Red+Green+Blue) = 174+137+118=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8976 is #517689. Grayscale: #929292. Windows color (decimal): -5338762 or 7768494. OLE color: 7768494.
HSL color Cylindrical-coordinate representation of color #AE8976: hue angle of 20.36º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE8976 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 137 | 118 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.32 |
| HSL | 20.36º | 0.26% | 0.57% | - |
| HSV(B) | 20.36º | 0.32% | 0.68% | - |
| XYZ | 29.67 | 28.2 | 21.02 | - |
| YUV | 145.9 | 112.26 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 137 | 118 | 0 | 0.21 | 0.32 | 0.32 | 20.36 | 0.26 | 0.57 |
| Hex | AE | 89 | 76 | 0 | 15 | 20 | 20 | 14 | 1A | 39 |
| Octal | 256 | 211 | 166 | 0 | 25 | 40 | 40 | 24 | 32 | 71 |
| Binary | 10101110 | 10001001 | 1110110 | 0 | 10101 | 100000 | 100000 | 10100 | 11010 | 111001 |
Color Harmonies of #AE8976
Complementary color
Monochromatic Colors of #AE8976
Black with #AE8976
Text Example
Text Example
White with #AE8976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8976; }
p { color: rgb(174,137,118); }
H1.HeaderClassName
{
color: #AE8976;
}
.AnyTagClassName
{
color: #AE8976;
}
</style>
background-color css
<style>
a { background-color: #AE8976; }
a { background-color: rgb(174,137,118); }
div.DivClassName
{
background-color: #AE8976;
}
.BgClassName
{
background-color: #AE8976;
}
</style>
border-color css
<style>
span { border-color: #AE8976; }
span { border-color: rgb(174,137,118); }
td.TdClassName
{
border-color: #AE8976;
}
.TagClassName
{
border-color: #AE8976;
}
</style>