Shades of Sandrift #A99185
Tints of Sandrift #A99185
RGB
CMYK
RGB Variations
Color information
#A99185 (or 0xA99185) is known color: Sandrift. HEX triplet: A9, 91 and 85. RGB value is (169,145,133). Sum of RGB (Red+Green+Blue) = 169+145+133=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A99185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99185 is #566E7A. Grayscale: #969696. Windows color (decimal): -5664379 or 8753577. OLE color: 8753577.
HSL color Cylindrical-coordinate representation of color #A99185: hue angle of 20º 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 #A99185 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 133 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.34 |
| HSL | 20º | 0.17% | 0.59% | - |
| HSV(B) | 20º | 0.21% | 0.66% | - |
| XYZ | 30.72 | 30.38 | 26.43 | - |
| YUV | 150.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 133 | 0 | 0.14 | 0.21 | 0.34 | 20 | 0.17 | 0.59 |
| Hex | A9 | 91 | 85 | 0 | E | 15 | 22 | 14 | 11 | 3B |
| Octal | 251 | 221 | 205 | 0 | 16 | 25 | 42 | 24 | 21 | 73 |
| Binary | 10101001 | 10010001 | 10000101 | 0 | 1110 | 10101 | 100010 | 10100 | 10001 | 111011 |
Color Harmonies of #A99185
Complementary color
Monochromatic Colors of #A99185
Black with #A99185
Text Example
Text Example
White with #A99185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99185; }
p { color: rgb(169,145,133); }
H1.HeaderClassName
{
color: #A99185;
}
.AnyTagClassName
{
color: #A99185;
}
</style>
background-color css
<style>
a { background-color: #A99185; }
a { background-color: rgb(169,145,133); }
div.DivClassName
{
background-color: #A99185;
}
.BgClassName
{
background-color: #A99185;
}
</style>
border-color css
<style>
span { border-color: #A99185; }
span { border-color: rgb(169,145,133); }
td.TdClassName
{
border-color: #A99185;
}
.TagClassName
{
border-color: #A99185;
}
</style>