Shades of Sandrift #A88E83
Tints of Sandrift #A88E83
RGB
CMYK
RGB Variations
Color information
#A88E83 (or 0xA88E83) is known color: Sandrift. HEX triplet: A8, 8E and 83. RGB value is (168,142,131). Sum of RGB (Red+Green+Blue) = 168+142+131=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 142 (55.86% from 255 or 32.20% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 168 - color contains mainly: red. Hex color #A88E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88E83 is #57717C. Grayscale: #949494. Windows color (decimal): -5730685 or 8621736. OLE color: 8621736.
HSL color Cylindrical-coordinate representation of color #A88E83: hue angle of 17.84º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88E83 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 142 | 131 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.34 |
| HSL | 17.84º | 0.18% | 0.59% | - |
| HSV(B) | 17.84º | 0.22% | 0.66% | - |
| XYZ | 29.92 | 29.31 | 25.55 | - |
| YUV | 148.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 131 | 0 | 0.15 | 0.22 | 0.34 | 17.84 | 0.18 | 0.59 |
| Hex | A8 | 8E | 83 | 0 | F | 16 | 22 | 12 | 12 | 3B |
| Octal | 250 | 216 | 203 | 0 | 17 | 26 | 42 | 22 | 22 | 73 |
| Binary | 10101000 | 10001110 | 10000011 | 0 | 1111 | 10110 | 100010 | 10010 | 10010 | 111011 |
Color Harmonies of #A88E83
Complementary color
Monochromatic Colors of #A88E83
Black with #A88E83
Text Example
Text Example
White with #A88E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88E83; }
p { color: rgb(168,142,131); }
H1.HeaderClassName
{
color: #A88E83;
}
.AnyTagClassName
{
color: #A88E83;
}
</style>
background-color css
<style>
a { background-color: #A88E83; }
a { background-color: rgb(168,142,131); }
div.DivClassName
{
background-color: #A88E83;
}
.BgClassName
{
background-color: #A88E83;
}
</style>
border-color css
<style>
span { border-color: #A88E83; }
span { border-color: rgb(168,142,131); }
td.TdClassName
{
border-color: #A88E83;
}
.TagClassName
{
border-color: #A88E83;
}
</style>