Shades of Sandrift #A88B7D
Tints of Sandrift #A88B7D
RGB
CMYK
RGB Variations
Color information
#A88B7D (or 0xA88B7D) is known color: Sandrift. HEX triplet: A8, 8B and 7D. RGB value is (168,139,125). Sum of RGB (Red+Green+Blue) = 168+139+125=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B7D is #577482. Grayscale: #929292. Windows color (decimal): -5731459 or 8227752. OLE color: 8227752.
HSL color Cylindrical-coordinate representation of color #A88B7D: hue angle of 19.53º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A88B7D is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 125 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.34 |
| HSL | 19.53º | 0.2% | 0.57% | - |
| HSV(B) | 19.53º | 0.26% | 0.66% | - |
| XYZ | 29.08 | 28.27 | 23.33 | - |
| YUV | 146.08 | 116.11 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 125 | 0 | 0.17 | 0.26 | 0.34 | 19.53 | 0.2 | 0.57 |
| Hex | A8 | 8B | 7D | 0 | 11 | 1A | 22 | 14 | 14 | 39 |
| Octal | 250 | 213 | 175 | 0 | 21 | 32 | 42 | 24 | 24 | 71 |
| Binary | 10101000 | 10001011 | 1111101 | 0 | 10001 | 11010 | 100010 | 10100 | 10100 | 111001 |
Color Harmonies of #A88B7D
Complementary color
Monochromatic Colors of #A88B7D
Black with #A88B7D
Text Example
Text Example
White with #A88B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B7D; }
p { color: rgb(168,139,125); }
H1.HeaderClassName
{
color: #A88B7D;
}
.AnyTagClassName
{
color: #A88B7D;
}
</style>
background-color css
<style>
a { background-color: #A88B7D; }
a { background-color: rgb(168,139,125); }
div.DivClassName
{
background-color: #A88B7D;
}
.BgClassName
{
background-color: #A88B7D;
}
</style>
border-color css
<style>
span { border-color: #A88B7D; }
span { border-color: rgb(168,139,125); }
td.TdClassName
{
border-color: #A88B7D;
}
.TagClassName
{
border-color: #A88B7D;
}
</style>