Shades of Sandrift #A98B7E
Tints of Sandrift #A98B7E
RGB
CMYK
RGB Variations
Color information
#A98B7E (or 0xA98B7E) is known color: Sandrift. HEX triplet: A9, 8B and 7E. RGB value is (169,139,126). Sum of RGB (Red+Green+Blue) = 169+139+126=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98B7E is #567481. Grayscale: #929292. Windows color (decimal): -5665922 or 8293289. OLE color: 8293289.
HSL color Cylindrical-coordinate representation of color #A98B7E: hue angle of 18.14º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A98B7E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 139 | 126 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.34 |
| HSL | 18.14º | 0.2% | 0.58% | - |
| HSV(B) | 18.14º | 0.25% | 0.66% | - |
| XYZ | 29.36 | 28.41 | 23.67 | - |
| YUV | 146.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 126 | 0 | 0.18 | 0.25 | 0.34 | 18.14 | 0.2 | 0.58 |
| Hex | A9 | 8B | 7E | 0 | 12 | 19 | 22 | 12 | 14 | 3A |
| Octal | 251 | 213 | 176 | 0 | 22 | 31 | 42 | 22 | 24 | 72 |
| Binary | 10101001 | 10001011 | 1111110 | 0 | 10010 | 11001 | 100010 | 10010 | 10100 | 111010 |
Color Harmonies of #A98B7E
Complementary color
Monochromatic Colors of #A98B7E
Black with #A98B7E
Text Example
Text Example
White with #A98B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98B7E; }
p { color: rgb(169,139,126); }
H1.HeaderClassName
{
color: #A98B7E;
}
.AnyTagClassName
{
color: #A98B7E;
}
</style>
background-color css
<style>
a { background-color: #A98B7E; }
a { background-color: rgb(169,139,126); }
div.DivClassName
{
background-color: #A98B7E;
}
.BgClassName
{
background-color: #A98B7E;
}
</style>
border-color css
<style>
span { border-color: #A98B7E; }
span { border-color: rgb(169,139,126); }
td.TdClassName
{
border-color: #A98B7E;
}
.TagClassName
{
border-color: #A98B7E;
}
</style>