Shades of Sandrift #A99284
Tints of Sandrift #A99284
RGB
CMYK
RGB Variations
Color information
#A99284 (or 0xA99284) is known color: Sandrift. HEX triplet: A9, 92 and 84. RGB value is (169,146,132). Sum of RGB (Red+Green+Blue) = 169+146+132=447 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.81% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 169 - color contains mainly: red. Hex color #A99284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99284 is #566D7B. Grayscale: #979797. Windows color (decimal): -5664124 or 8688297. OLE color: 8688297.
HSL color Cylindrical-coordinate representation of color #A99284: hue angle of 22.7º 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 #A99284 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 132 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.34 |
| HSL | 22.7º | 0.18% | 0.59% | - |
| HSV(B) | 22.7º | 0.22% | 0.66% | - |
| XYZ | 30.81 | 30.66 | 26.12 | - |
| YUV | 151.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 132 | 0 | 0.14 | 0.22 | 0.34 | 22.7 | 0.18 | 0.59 |
| Hex | A9 | 92 | 84 | 0 | E | 16 | 22 | 17 | 12 | 3B |
| Octal | 251 | 222 | 204 | 0 | 16 | 26 | 42 | 27 | 22 | 73 |
| Binary | 10101001 | 10010010 | 10000100 | 0 | 1110 | 10110 | 100010 | 10111 | 10010 | 111011 |
Color Harmonies of #A99284
Complementary color
Monochromatic Colors of #A99284
Black with #A99284
Text Example
Text Example
White with #A99284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99284; }
p { color: rgb(169,146,132); }
H1.HeaderClassName
{
color: #A99284;
}
.AnyTagClassName
{
color: #A99284;
}
</style>
background-color css
<style>
a { background-color: #A99284; }
a { background-color: rgb(169,146,132); }
div.DivClassName
{
background-color: #A99284;
}
.BgClassName
{
background-color: #A99284;
}
</style>
border-color css
<style>
span { border-color: #A99284; }
span { border-color: rgb(169,146,132); }
td.TdClassName
{
border-color: #A99284;
}
.TagClassName
{
border-color: #A99284;
}
</style>