Shades of Sandrift #A9917A
Tints of Sandrift #A9917A
RGB
CMYK
RGB Variations
Color information
#A9917A (or 0xA9917A) is known color: Sandrift. HEX triplet: A9, 91 and 7A. RGB value is (169,145,122). Sum of RGB (Red+Green+Blue) = 169+145+122=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A9917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9917A is #566E85. Grayscale: #959595. Windows color (decimal): -5664390 or 8032681. OLE color: 8032681.
HSL color Cylindrical-coordinate representation of color #A9917A: hue angle of 29.36º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9917A is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 122 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.34 |
| HSL | 29.36º | 0.21% | 0.57% | - |
| HSV(B) | 29.36º | 0.28% | 0.66% | - |
| XYZ | 30 | 30.09 | 22.64 | - |
| YUV | 149.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 122 | 0 | 0.14 | 0.28 | 0.34 | 29.36 | 0.21 | 0.57 |
| Hex | A9 | 91 | 7A | 0 | E | 1C | 22 | 1D | 15 | 39 |
| Octal | 251 | 221 | 172 | 0 | 16 | 34 | 42 | 35 | 25 | 71 |
| Binary | 10101001 | 10010001 | 1111010 | 0 | 1110 | 11100 | 100010 | 11101 | 10101 | 111001 |
Color Harmonies of #A9917A
Complementary color
Monochromatic Colors of #A9917A
Black with #A9917A
Text Example
Text Example
White with #A9917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9917A; }
p { color: rgb(169,145,122); }
H1.HeaderClassName
{
color: #A9917A;
}
.AnyTagClassName
{
color: #A9917A;
}
</style>
background-color css
<style>
a { background-color: #A9917A; }
a { background-color: rgb(169,145,122); }
div.DivClassName
{
background-color: #A9917A;
}
.BgClassName
{
background-color: #A9917A;
}
</style>
border-color css
<style>
span { border-color: #A9917A; }
span { border-color: rgb(169,145,122); }
td.TdClassName
{
border-color: #A9917A;
}
.TagClassName
{
border-color: #A9917A;
}
</style>