Shades of Sandrift #A88E7E
Tints of Sandrift #A88E7E
RGB
CMYK
RGB Variations
Color information
#A88E7E (or 0xA88E7E) is known color: Sandrift. HEX triplet: A8, 8E and 7E. RGB value is (168,142,126). Sum of RGB (Red+Green+Blue) = 168+142+126=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E7E is #577181. Grayscale: #949494. Windows color (decimal): -5730690 or 8294056. OLE color: 8294056.
HSL color Cylindrical-coordinate representation of color #A88E7E: hue angle of 22.86º 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 #A88E7E is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 126 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.34 |
| HSL | 22.86º | 0.19% | 0.58% | - |
| HSV(B) | 22.86º | 0.25% | 0.66% | - |
| XYZ | 29.59 | 29.18 | 23.81 | - |
| YUV | 147.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 126 | 0 | 0.15 | 0.25 | 0.34 | 22.86 | 0.19 | 0.58 |
| Hex | A8 | 8E | 7E | 0 | F | 19 | 22 | 17 | 13 | 3A |
| Octal | 250 | 216 | 176 | 0 | 17 | 31 | 42 | 27 | 23 | 72 |
| Binary | 10101000 | 10001110 | 1111110 | 0 | 1111 | 11001 | 100010 | 10111 | 10011 | 111010 |
Color Harmonies of #A88E7E
Complementary color
Monochromatic Colors of #A88E7E
Black with #A88E7E
Text Example
Text Example
White with #A88E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E7E; }
p { color: rgb(168,142,126); }
H1.HeaderClassName
{
color: #A88E7E;
}
.AnyTagClassName
{
color: #A88E7E;
}
</style>
background-color css
<style>
a { background-color: #A88E7E; }
a { background-color: rgb(168,142,126); }
div.DivClassName
{
background-color: #A88E7E;
}
.BgClassName
{
background-color: #A88E7E;
}
</style>
border-color css
<style>
span { border-color: #A88E7E; }
span { border-color: rgb(168,142,126); }
td.TdClassName
{
border-color: #A88E7E;
}
.TagClassName
{
border-color: #A88E7E;
}
</style>