Shades of Sandrift #AE8F7C
Tints of Sandrift #AE8F7C
RGB
CMYK
RGB Variations
Color information
#AE8F7C (or 0xAE8F7C) is known color: Sandrift. HEX triplet: AE, 8F and 7C. RGB value is (174,143,124). Sum of RGB (Red+Green+Blue) = 174+143+124=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F7C is #517083. Grayscale: #969696. Windows color (decimal): -5337220 or 8163246. OLE color: 8163246.
HSL color Cylindrical-coordinate representation of color #AE8F7C: hue angle of 22.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE8F7C is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 143 | 124 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.32 |
| HSL | 22.8º | 0.24% | 0.58% | - |
| HSV(B) | 22.8º | 0.29% | 0.68% | - |
| XYZ | 30.92 | 30.1 | 23.25 | - |
| YUV | 150.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 143 | 124 | 0 | 0.18 | 0.29 | 0.32 | 22.8 | 0.24 | 0.58 |
| Hex | AE | 8F | 7C | 0 | 12 | 1D | 20 | 17 | 18 | 3A |
| Octal | 256 | 217 | 174 | 0 | 22 | 35 | 40 | 27 | 30 | 72 |
| Binary | 10101110 | 10001111 | 1111100 | 0 | 10010 | 11101 | 100000 | 10111 | 11000 | 111010 |
Color Harmonies of #AE8F7C
Complementary color
Monochromatic Colors of #AE8F7C
Black with #AE8F7C
Text Example
Text Example
White with #AE8F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8F7C; }
p { color: rgb(174,143,124); }
H1.HeaderClassName
{
color: #AE8F7C;
}
.AnyTagClassName
{
color: #AE8F7C;
}
</style>
background-color css
<style>
a { background-color: #AE8F7C; }
a { background-color: rgb(174,143,124); }
div.DivClassName
{
background-color: #AE8F7C;
}
.BgClassName
{
background-color: #AE8F7C;
}
</style>
border-color css
<style>
span { border-color: #AE8F7C; }
span { border-color: rgb(174,143,124); }
td.TdClassName
{
border-color: #AE8F7C;
}
.TagClassName
{
border-color: #AE8F7C;
}
</style>