Shades of Sandrift #AE8F76
Tints of Sandrift #AE8F76
RGB
CMYK
RGB Variations
Color information
#AE8F76 (or 0xAE8F76) is known color: Sandrift. HEX triplet: AE, 8F and 76. RGB value is (174,143,118). Sum of RGB (Red+Green+Blue) = 174+143+118=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F76 is #517089. Grayscale: #959595. Windows color (decimal): -5337226 or 7770030. OLE color: 7770030.
HSL color Cylindrical-coordinate representation of color #AE8F76: hue angle of 26.79º 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 #AE8F76 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 118 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.32 |
| HSL | 26.79º | 0.26% | 0.57% | - |
| HSV(B) | 26.79º | 0.32% | 0.68% | - |
| XYZ | 30.55 | 29.95 | 21.31 | - |
| YUV | 149.42 | 110.27 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 118 | 0 | 0.18 | 0.32 | 0.32 | 26.79 | 0.26 | 0.57 |
| Hex | AE | 8F | 76 | 0 | 12 | 20 | 20 | 1B | 1A | 39 |
| Octal | 256 | 217 | 166 | 0 | 22 | 40 | 40 | 33 | 32 | 71 |
| Binary | 10101110 | 10001111 | 1110110 | 0 | 10010 | 100000 | 100000 | 11011 | 11010 | 111001 |
Color Harmonies of #AE8F76
Complementary color
Monochromatic Colors of #AE8F76
Black with #AE8F76
Text Example
Text Example
White with #AE8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F76; }
p { color: rgb(174,143,118); }
H1.HeaderClassName
{
color: #AE8F76;
}
.AnyTagClassName
{
color: #AE8F76;
}
</style>
background-color css
<style>
a { background-color: #AE8F76; }
a { background-color: rgb(174,143,118); }
div.DivClassName
{
background-color: #AE8F76;
}
.BgClassName
{
background-color: #AE8F76;
}
</style>
border-color css
<style>
span { border-color: #AE8F76; }
span { border-color: rgb(174,143,118); }
td.TdClassName
{
border-color: #AE8F76;
}
.TagClassName
{
border-color: #AE8F76;
}
</style>