Shades of Sandrift #A88E7D
Tints of Sandrift #A88E7D
RGB
CMYK
RGB Variations
Color information
#A88E7D (or 0xA88E7D) is known color: Sandrift. HEX triplet: A8, 8E and 7D. RGB value is (168,142,125). Sum of RGB (Red+Green+Blue) = 168+142+125=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88E7D is #577182. Grayscale: #939393. Windows color (decimal): -5730691 or 8228520. OLE color: 8228520.
HSL color Cylindrical-coordinate representation of color #A88E7D: hue angle of 23.72º 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 #A88E7D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 125 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.34 |
| HSL | 23.72º | 0.2% | 0.57% | - |
| HSV(B) | 23.72º | 0.26% | 0.66% | - |
| XYZ | 29.52 | 29.15 | 23.47 | - |
| YUV | 147.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 125 | 0 | 0.15 | 0.26 | 0.34 | 23.72 | 0.2 | 0.57 |
| Hex | A8 | 8E | 7D | 0 | F | 1A | 22 | 18 | 14 | 39 |
| Octal | 250 | 216 | 175 | 0 | 17 | 32 | 42 | 30 | 24 | 71 |
| Binary | 10101000 | 10001110 | 1111101 | 0 | 1111 | 11010 | 100010 | 11000 | 10100 | 111001 |
Color Harmonies of #A88E7D
Complementary color
Monochromatic Colors of #A88E7D
Black with #A88E7D
Text Example
Text Example
White with #A88E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E7D; }
p { color: rgb(168,142,125); }
H1.HeaderClassName
{
color: #A88E7D;
}
.AnyTagClassName
{
color: #A88E7D;
}
</style>
background-color css
<style>
a { background-color: #A88E7D; }
a { background-color: rgb(168,142,125); }
div.DivClassName
{
background-color: #A88E7D;
}
.BgClassName
{
background-color: #A88E7D;
}
</style>
border-color css
<style>
span { border-color: #A88E7D; }
span { border-color: rgb(168,142,125); }
td.TdClassName
{
border-color: #A88E7D;
}
.TagClassName
{
border-color: #A88E7D;
}
</style>