Shades of Sandrift #A99186
Tints of Sandrift #A99186
RGB
CMYK
RGB Variations
Color information
#A99186 (or 0xA99186) is known color: Sandrift. HEX triplet: A9, 91 and 86. RGB value is (169,145,134). Sum of RGB (Red+Green+Blue) = 169+145+134=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A99186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99186 is #566E79. Grayscale: #969696. Windows color (decimal): -5664378 or 8819113. OLE color: 8819113.
HSL color Cylindrical-coordinate representation of color #A99186: hue angle of 18.86º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99186 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 134 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.34 |
| HSL | 18.86º | 0.17% | 0.59% | - |
| HSV(B) | 18.86º | 0.21% | 0.66% | - |
| XYZ | 30.79 | 30.41 | 26.8 | - |
| YUV | 150.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 134 | 0 | 0.14 | 0.21 | 0.34 | 18.86 | 0.17 | 0.59 |
| Hex | A9 | 91 | 86 | 0 | E | 15 | 22 | 13 | 11 | 3B |
| Octal | 251 | 221 | 206 | 0 | 16 | 25 | 42 | 23 | 21 | 73 |
| Binary | 10101001 | 10010001 | 10000110 | 0 | 1110 | 10101 | 100010 | 10011 | 10001 | 111011 |
Color Harmonies of #A99186
Complementary color
Monochromatic Colors of #A99186
Black with #A99186
Text Example
Text Example
White with #A99186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99186; }
p { color: rgb(169,145,134); }
H1.HeaderClassName
{
color: #A99186;
}
.AnyTagClassName
{
color: #A99186;
}
</style>
background-color css
<style>
a { background-color: #A99186; }
a { background-color: rgb(169,145,134); }
div.DivClassName
{
background-color: #A99186;
}
.BgClassName
{
background-color: #A99186;
}
</style>
border-color css
<style>
span { border-color: #A99186; }
span { border-color: rgb(169,145,134); }
td.TdClassName
{
border-color: #A99186;
}
.TagClassName
{
border-color: #A99186;
}
</style>