Shades of Sandrift #A99077
Tints of Sandrift #A99077
RGB
CMYK
RGB Variations
Color information
#A99077 (or 0xA99077) is known color: Sandrift. HEX triplet: A9, 90 and 77. RGB value is (169,144,119). Sum of RGB (Red+Green+Blue) = 169+144+119=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A99077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99077 is #566F88. Grayscale: #949494. Windows color (decimal): -5664649 or 7835817. OLE color: 7835817.
HSL color Cylindrical-coordinate representation of color #A99077: hue angle of 30º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99077 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 144 | 119 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.34 |
| HSL | 30º | 0.23% | 0.56% | - |
| HSV(B) | 30º | 0.3% | 0.66% | - |
| XYZ | 29.67 | 29.71 | 21.62 | - |
| YUV | 148.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 119 | 0 | 0.15 | 0.30 | 0.34 | 30 | 0.23 | 0.56 |
| Hex | A9 | 90 | 77 | 0 | F | 1E | 22 | 1E | 17 | 38 |
| Octal | 251 | 220 | 167 | 0 | 17 | 36 | 42 | 36 | 27 | 70 |
| Binary | 10101001 | 10010000 | 1110111 | 0 | 1111 | 11110 | 100010 | 11110 | 10111 | 111000 |
Color Harmonies of #A99077
Complementary color
Monochromatic Colors of #A99077
Black with #A99077
Text Example
Text Example
White with #A99077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99077; }
p { color: rgb(169,144,119); }
H1.HeaderClassName
{
color: #A99077;
}
.AnyTagClassName
{
color: #A99077;
}
</style>
background-color css
<style>
a { background-color: #A99077; }
a { background-color: rgb(169,144,119); }
div.DivClassName
{
background-color: #A99077;
}
.BgClassName
{
background-color: #A99077;
}
</style>
border-color css
<style>
span { border-color: #A99077; }
span { border-color: rgb(169,144,119); }
td.TdClassName
{
border-color: #A99077;
}
.TagClassName
{
border-color: #A99077;
}
</style>