Shades of Sandrift #A9927B
Tints of Sandrift #A9927B
RGB
CMYK
RGB Variations
Color information
#A9927B (or 0xA9927B) is known color: Sandrift. HEX triplet: A9, 92 and 7B. RGB value is (169,146,123). Sum of RGB (Red+Green+Blue) = 169+146+123=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9927B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9927B is #566D84. Grayscale: #969696. Windows color (decimal): -5664133 or 8098473. OLE color: 8098473.
HSL color Cylindrical-coordinate representation of color #A9927B: hue angle of 30º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9927B is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 146 | 123 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.34 |
| HSL | 30º | 0.21% | 0.57% | - |
| HSV(B) | 30º | 0.27% | 0.66% | - |
| XYZ | 30.22 | 30.42 | 23.02 | - |
| YUV | 150.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 146 | 123 | 0 | 0.14 | 0.27 | 0.34 | 30 | 0.21 | 0.57 |
| Hex | A9 | 92 | 7B | 0 | E | 1B | 22 | 1E | 15 | 39 |
| Octal | 251 | 222 | 173 | 0 | 16 | 33 | 42 | 36 | 25 | 71 |
| Binary | 10101001 | 10010010 | 1111011 | 0 | 1110 | 11011 | 100010 | 11110 | 10101 | 111001 |
Color Harmonies of #A9927B
Complementary color
Monochromatic Colors of #A9927B
Black with #A9927B
Text Example
Text Example
White with #A9927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9927B; }
p { color: rgb(169,146,123); }
H1.HeaderClassName
{
color: #A9927B;
}
.AnyTagClassName
{
color: #A9927B;
}
</style>
background-color css
<style>
a { background-color: #A9927B; }
a { background-color: rgb(169,146,123); }
div.DivClassName
{
background-color: #A9927B;
}
.BgClassName
{
background-color: #A9927B;
}
</style>
border-color css
<style>
span { border-color: #A9927B; }
span { border-color: rgb(169,146,123); }
td.TdClassName
{
border-color: #A9927B;
}
.TagClassName
{
border-color: #A9927B;
}
</style>