Shades of Sandrift #A99082
Tints of Sandrift #A99082
RGB
CMYK
RGB Variations
Color information
#A99082 (or 0xA99082) is known color: Sandrift. HEX triplet: A9, 90 and 82. RGB value is (169,144,130). Sum of RGB (Red+Green+Blue) = 169+144+130=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A99082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99082 is #566F7D. Grayscale: #959595. Windows color (decimal): -5664638 or 8556713. OLE color: 8556713.
HSL color Cylindrical-coordinate representation of color #A99082: hue angle of 21.54º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99082 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 130 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.34 |
| HSL | 21.54º | 0.18% | 0.59% | - |
| HSV(B) | 21.54º | 0.23% | 0.66% | - |
| XYZ | 30.36 | 29.99 | 25.31 | - |
| YUV | 149.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 130 | 0 | 0.15 | 0.23 | 0.34 | 21.54 | 0.18 | 0.59 |
| Hex | A9 | 90 | 82 | 0 | F | 17 | 22 | 16 | 12 | 3B |
| Octal | 251 | 220 | 202 | 0 | 17 | 27 | 42 | 26 | 22 | 73 |
| Binary | 10101001 | 10010000 | 10000010 | 0 | 1111 | 10111 | 100010 | 10110 | 10010 | 111011 |
Color Harmonies of #A99082
Complementary color
Monochromatic Colors of #A99082
Black with #A99082
Text Example
Text Example
White with #A99082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99082; }
p { color: rgb(169,144,130); }
H1.HeaderClassName
{
color: #A99082;
}
.AnyTagClassName
{
color: #A99082;
}
</style>
background-color css
<style>
a { background-color: #A99082; }
a { background-color: rgb(169,144,130); }
div.DivClassName
{
background-color: #A99082;
}
.BgClassName
{
background-color: #A99082;
}
</style>
border-color css
<style>
span { border-color: #A99082; }
span { border-color: rgb(169,144,130); }
td.TdClassName
{
border-color: #A99082;
}
.TagClassName
{
border-color: #A99082;
}
</style>