Shades of Sandrift #A88B79
Tints of Sandrift #A88B79
RGB
CMYK
RGB Variations
Color information
#A88B79 (or 0xA88B79) is known color: Sandrift. HEX triplet: A8, 8B and 79. RGB value is (168,139,121). Sum of RGB (Red+Green+Blue) = 168+139+121=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B79 is #577486. Grayscale: #919191. Windows color (decimal): -5731463 or 7965608. OLE color: 7965608.
HSL color Cylindrical-coordinate representation of color #A88B79: hue angle of 22.98º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A88B79 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 121 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.34 |
| HSL | 22.98º | 0.21% | 0.57% | - |
| HSV(B) | 22.98º | 0.28% | 0.66% | - |
| XYZ | 28.83 | 28.17 | 22.01 | - |
| YUV | 145.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 121 | 0 | 0.17 | 0.28 | 0.34 | 22.98 | 0.21 | 0.57 |
| Hex | A8 | 8B | 79 | 0 | 11 | 1C | 22 | 17 | 15 | 39 |
| Octal | 250 | 213 | 171 | 0 | 21 | 34 | 42 | 27 | 25 | 71 |
| Binary | 10101000 | 10001011 | 1111001 | 0 | 10001 | 11100 | 100010 | 10111 | 10101 | 111001 |
Color Harmonies of #A88B79
Complementary color
Monochromatic Colors of #A88B79
Black with #A88B79
Text Example
Text Example
White with #A88B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B79; }
p { color: rgb(168,139,121); }
H1.HeaderClassName
{
color: #A88B79;
}
.AnyTagClassName
{
color: #A88B79;
}
</style>
background-color css
<style>
a { background-color: #A88B79; }
a { background-color: rgb(168,139,121); }
div.DivClassName
{
background-color: #A88B79;
}
.BgClassName
{
background-color: #A88B79;
}
</style>
border-color css
<style>
span { border-color: #A88B79; }
span { border-color: rgb(168,139,121); }
td.TdClassName
{
border-color: #A88B79;
}
.TagClassName
{
border-color: #A88B79;
}
</style>