Shades of Sandrift #A99178
Tints of Sandrift #A99178
RGB
CMYK
RGB Variations
Color information
#A99178 (or 0xA99178) is known color: Sandrift. HEX triplet: A9, 91 and 78. RGB value is (169,145,120). Sum of RGB (Red+Green+Blue) = 169+145+120=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A99178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99178 is #566E87. Grayscale: #959595. Windows color (decimal): -5664392 or 7901609. OLE color: 7901609.
HSL color Cylindrical-coordinate representation of color #A99178: hue angle of 30.61º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99178 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 120 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.34 |
| HSL | 30.61º | 0.22% | 0.57% | - |
| HSV(B) | 30.61º | 0.29% | 0.66% | - |
| XYZ | 29.88 | 30.04 | 21.99 | - |
| YUV | 149.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 120 | 0 | 0.14 | 0.29 | 0.34 | 30.61 | 0.22 | 0.57 |
| Hex | A9 | 91 | 78 | 0 | E | 1D | 22 | 1F | 16 | 39 |
| Octal | 251 | 221 | 170 | 0 | 16 | 35 | 42 | 37 | 26 | 71 |
| Binary | 10101001 | 10010001 | 1111000 | 0 | 1110 | 11101 | 100010 | 11111 | 10110 | 111001 |
Color Harmonies of #A99178
Complementary color
Monochromatic Colors of #A99178
Black with #A99178
Text Example
Text Example
White with #A99178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99178; }
p { color: rgb(169,145,120); }
H1.HeaderClassName
{
color: #A99178;
}
.AnyTagClassName
{
color: #A99178;
}
</style>
background-color css
<style>
a { background-color: #A99178; }
a { background-color: rgb(169,145,120); }
div.DivClassName
{
background-color: #A99178;
}
.BgClassName
{
background-color: #A99178;
}
</style>
border-color css
<style>
span { border-color: #A99178; }
span { border-color: rgb(169,145,120); }
td.TdClassName
{
border-color: #A99178;
}
.TagClassName
{
border-color: #A99178;
}
</style>