Shades of Sandrift #AE967A
Tints of Sandrift #AE967A
RGB
CMYK
RGB Variations
Color information
#AE967A (or 0xAE967A) is known color: Sandrift. HEX triplet: AE, 96 and 7A. RGB value is (174,150,122). Sum of RGB (Red+Green+Blue) = 174+150+122=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE967A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE967A is #516985. Grayscale: #9A9A9A. Windows color (decimal): -5335430 or 8033966. OLE color: 8033966.
HSL color Cylindrical-coordinate representation of color #AE967A: hue angle of 32.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE967A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 150 | 122 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.32 |
| HSL | 32.31º | 0.24% | 0.58% | - |
| HSV(B) | 32.31º | 0.3% | 0.68% | - |
| XYZ | 31.87 | 32.22 | 22.95 | - |
| YUV | 153.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 150 | 122 | 0 | 0.14 | 0.30 | 0.32 | 32.31 | 0.24 | 0.58 |
| Hex | AE | 96 | 7A | 0 | E | 1E | 20 | 20 | 18 | 3A |
| Octal | 256 | 226 | 172 | 0 | 16 | 36 | 40 | 40 | 30 | 72 |
| Binary | 10101110 | 10010110 | 1111010 | 0 | 1110 | 11110 | 100000 | 100000 | 11000 | 111010 |
Color Harmonies of #AE967A
Complementary color
Monochromatic Colors of #AE967A
Black with #AE967A
Text Example
Text Example
White with #AE967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE967A; }
p { color: rgb(174,150,122); }
H1.HeaderClassName
{
color: #AE967A;
}
.AnyTagClassName
{
color: #AE967A;
}
</style>
background-color css
<style>
a { background-color: #AE967A; }
a { background-color: rgb(174,150,122); }
div.DivClassName
{
background-color: #AE967A;
}
.BgClassName
{
background-color: #AE967A;
}
</style>
border-color css
<style>
span { border-color: #AE967A; }
span { border-color: rgb(174,150,122); }
td.TdClassName
{
border-color: #AE967A;
}
.TagClassName
{
border-color: #AE967A;
}
</style>