Shades of Sandrift #A88D7A
Tints of Sandrift #A88D7A
RGB
CMYK
RGB Variations
Color information
#A88D7A (or 0xA88D7A) is known color: Sandrift. HEX triplet: A8, 8D and 7A. RGB value is (168,141,122). Sum of RGB (Red+Green+Blue) = 168+141+122=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D7A is #577285. Grayscale: #939393. Windows color (decimal): -5730950 or 8031656. OLE color: 8031656.
HSL color Cylindrical-coordinate representation of color #A88D7A: hue angle of 24.78º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A88D7A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 122 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.34 |
| HSL | 24.78º | 0.21% | 0.57% | - |
| HSV(B) | 24.78º | 0.27% | 0.66% | - |
| XYZ | 29.19 | 28.78 | 22.43 | - |
| YUV | 146.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 122 | 0 | 0.16 | 0.27 | 0.34 | 24.78 | 0.21 | 0.57 |
| Hex | A8 | 8D | 7A | 0 | 10 | 1B | 22 | 19 | 15 | 39 |
| Octal | 250 | 215 | 172 | 0 | 20 | 33 | 42 | 31 | 25 | 71 |
| Binary | 10101000 | 10001101 | 1111010 | 0 | 10000 | 11011 | 100010 | 11001 | 10101 | 111001 |
Color Harmonies of #A88D7A
Complementary color
Monochromatic Colors of #A88D7A
Black with #A88D7A
Text Example
Text Example
White with #A88D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D7A; }
p { color: rgb(168,141,122); }
H1.HeaderClassName
{
color: #A88D7A;
}
.AnyTagClassName
{
color: #A88D7A;
}
</style>
background-color css
<style>
a { background-color: #A88D7A; }
a { background-color: rgb(168,141,122); }
div.DivClassName
{
background-color: #A88D7A;
}
.BgClassName
{
background-color: #A88D7A;
}
</style>
border-color css
<style>
span { border-color: #A88D7A; }
span { border-color: rgb(168,141,122); }
td.TdClassName
{
border-color: #A88D7A;
}
.TagClassName
{
border-color: #A88D7A;
}
</style>