Shades of Sandrift #A99184
Tints of Sandrift #A99184
RGB
CMYK
RGB Variations
Color information
#A99184 (or 0xA99184) is known color: Sandrift. HEX triplet: A9, 91 and 84. RGB value is (169,145,132). Sum of RGB (Red+Green+Blue) = 169+145+132=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 169 - color contains mainly: red. Hex color #A99184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99184 is #566E7B. Grayscale: #969696. Windows color (decimal): -5664380 or 8688041. OLE color: 8688041.
HSL color Cylindrical-coordinate representation of color #A99184: hue angle of 21.08º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A99184 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 132 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.34 |
| HSL | 21.08º | 0.18% | 0.59% | - |
| HSV(B) | 21.08º | 0.22% | 0.66% | - |
| XYZ | 30.65 | 30.35 | 26.07 | - |
| YUV | 150.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 132 | 0 | 0.14 | 0.22 | 0.34 | 21.08 | 0.18 | 0.59 |
| Hex | A9 | 91 | 84 | 0 | E | 16 | 22 | 15 | 12 | 3B |
| Octal | 251 | 221 | 204 | 0 | 16 | 26 | 42 | 25 | 22 | 73 |
| Binary | 10101001 | 10010001 | 10000100 | 0 | 1110 | 10110 | 100010 | 10101 | 10010 | 111011 |
Color Harmonies of #A99184
Complementary color
Monochromatic Colors of #A99184
Black with #A99184
Text Example
Text Example
White with #A99184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99184; }
p { color: rgb(169,145,132); }
H1.HeaderClassName
{
color: #A99184;
}
.AnyTagClassName
{
color: #A99184;
}
</style>
background-color css
<style>
a { background-color: #A99184; }
a { background-color: rgb(169,145,132); }
div.DivClassName
{
background-color: #A99184;
}
.BgClassName
{
background-color: #A99184;
}
</style>
border-color css
<style>
span { border-color: #A99184; }
span { border-color: rgb(169,145,132); }
td.TdClassName
{
border-color: #A99184;
}
.TagClassName
{
border-color: #A99184;
}
</style>