Shades of Sandrift #A88C78
Tints of Sandrift #A88C78
RGB
CMYK
RGB Variations
Color information
#A88C78 (or 0xA88C78) is known color: Sandrift. HEX triplet: A8, 8C and 78. RGB value is (168,140,120). Sum of RGB (Red+Green+Blue) = 168+140+120=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A88C78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88C78 is #577387. Grayscale: #929292. Windows color (decimal): -5731208 or 7900328. OLE color: 7900328.
HSL color Cylindrical-coordinate representation of color #A88C78: hue angle of 25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A88C78 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 140 | 120 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.34 |
| HSL | 25º | 0.22% | 0.56% | - |
| HSV(B) | 25º | 0.29% | 0.66% | - |
| XYZ | 28.92 | 28.44 | 21.73 | - |
| YUV | 146.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 120 | 0 | 0.17 | 0.29 | 0.34 | 25 | 0.22 | 0.56 |
| Hex | A8 | 8C | 78 | 0 | 11 | 1D | 22 | 19 | 16 | 38 |
| Octal | 250 | 214 | 170 | 0 | 21 | 35 | 42 | 31 | 26 | 70 |
| Binary | 10101000 | 10001100 | 1111000 | 0 | 10001 | 11101 | 100010 | 11001 | 10110 | 111000 |
Color Harmonies of #A88C78
Complementary color
Monochromatic Colors of #A88C78
Black with #A88C78
Text Example
Text Example
White with #A88C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88C78; }
p { color: rgb(168,140,120); }
H1.HeaderClassName
{
color: #A88C78;
}
.AnyTagClassName
{
color: #A88C78;
}
</style>
background-color css
<style>
a { background-color: #A88C78; }
a { background-color: rgb(168,140,120); }
div.DivClassName
{
background-color: #A88C78;
}
.BgClassName
{
background-color: #A88C78;
}
</style>
border-color css
<style>
span { border-color: #A88C78; }
span { border-color: rgb(168,140,120); }
td.TdClassName
{
border-color: #A88C78;
}
.TagClassName
{
border-color: #A88C78;
}
</style>