Shades of Sandrift #A88B7E
Tints of Sandrift #A88B7E
RGB
CMYK
RGB Variations
Color information
#A88B7E (or 0xA88B7E) is known color: Sandrift. HEX triplet: A8, 8B and 7E. RGB value is (168,139,126). Sum of RGB (Red+Green+Blue) = 168+139+126=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A88B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88B7E is #577481. Grayscale: #929292. Windows color (decimal): -5731458 or 8293288. OLE color: 8293288.
HSL color Cylindrical-coordinate representation of color #A88B7E: hue angle of 18.57º degrees, saturation: 0.19, 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 #A88B7E is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 139 | 126 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.34 |
| HSL | 18.57º | 0.19% | 0.58% | - |
| HSV(B) | 18.57º | 0.25% | 0.66% | - |
| XYZ | 29.15 | 28.3 | 23.66 | - |
| YUV | 146.19 | 116.61 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 126 | 0 | 0.17 | 0.25 | 0.34 | 18.57 | 0.19 | 0.58 |
| Hex | A8 | 8B | 7E | 0 | 11 | 19 | 22 | 13 | 13 | 3A |
| Octal | 250 | 213 | 176 | 0 | 21 | 31 | 42 | 23 | 23 | 72 |
| Binary | 10101000 | 10001011 | 1111110 | 0 | 10001 | 11001 | 100010 | 10011 | 10011 | 111010 |
Color Harmonies of #A88B7E
Complementary color
Monochromatic Colors of #A88B7E
Black with #A88B7E
Text Example
Text Example
White with #A88B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88B7E; }
p { color: rgb(168,139,126); }
H1.HeaderClassName
{
color: #A88B7E;
}
.AnyTagClassName
{
color: #A88B7E;
}
</style>
background-color css
<style>
a { background-color: #A88B7E; }
a { background-color: rgb(168,139,126); }
div.DivClassName
{
background-color: #A88B7E;
}
.BgClassName
{
background-color: #A88B7E;
}
</style>
border-color css
<style>
span { border-color: #A88B7E; }
span { border-color: rgb(168,139,126); }
td.TdClassName
{
border-color: #A88B7E;
}
.TagClassName
{
border-color: #A88B7E;
}
</style>