Shades of Sandrift #AE977D
Tints of Sandrift #AE977D
RGB
CMYK
RGB Variations
Color information
#AE977D (or 0xAE977D) is known color: Sandrift. HEX triplet: AE, 97 and 7D. RGB value is (174,151,125). Sum of RGB (Red+Green+Blue) = 174+151+125=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AE977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE977D is #516882. Grayscale: #9B9B9B. Windows color (decimal): -5335171 or 8230830. OLE color: 8230830.
HSL color Cylindrical-coordinate representation of color #AE977D: hue angle of 31.84º 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 #AE977D is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 151 | 125 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.32 |
| HSL | 31.84º | 0.23% | 0.59% | - |
| HSV(B) | 31.84º | 0.28% | 0.68% | - |
| XYZ | 32.22 | 32.61 | 24 | - |
| YUV | 154.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 151 | 125 | 0 | 0.13 | 0.28 | 0.32 | 31.84 | 0.23 | 0.59 |
| Hex | AE | 97 | 7D | 0 | D | 1C | 20 | 20 | 17 | 3B |
| Octal | 256 | 227 | 175 | 0 | 15 | 34 | 40 | 40 | 27 | 73 |
| Binary | 10101110 | 10010111 | 1111101 | 0 | 1101 | 11100 | 100000 | 100000 | 10111 | 111011 |
Color Harmonies of #AE977D
Complementary color
Monochromatic Colors of #AE977D
Black with #AE977D
Text Example
Text Example
White with #AE977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE977D; }
p { color: rgb(174,151,125); }
H1.HeaderClassName
{
color: #AE977D;
}
.AnyTagClassName
{
color: #AE977D;
}
</style>
background-color css
<style>
a { background-color: #AE977D; }
a { background-color: rgb(174,151,125); }
div.DivClassName
{
background-color: #AE977D;
}
.BgClassName
{
background-color: #AE977D;
}
</style>
border-color css
<style>
span { border-color: #AE977D; }
span { border-color: rgb(174,151,125); }
td.TdClassName
{
border-color: #AE977D;
}
.TagClassName
{
border-color: #AE977D;
}
</style>