Shades of Sandrift #A78B7F
Tints of Sandrift #A78B7F
RGB
CMYK
RGB Variations
Color information
#A78B7F (or 0xA78B7F) is known color: Sandrift. HEX triplet: A7, 8B and 7F. RGB value is (167,139,127). Sum of RGB (Red+Green+Blue) = 167+139+127=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B7F is #587480. Grayscale: #929292. Windows color (decimal): -5796993 or 8358823. OLE color: 8358823.
HSL color Cylindrical-coordinate representation of color #A78B7F: hue angle of 18º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A78B7F is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 127 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.35 |
| HSL | 18º | 0.19% | 0.58% | - |
| HSV(B) | 18º | 0.24% | 0.65% | - |
| XYZ | 29 | 28.21 | 24 | - |
| YUV | 146 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 127 | 0 | 0.17 | 0.24 | 0.35 | 18 | 0.19 | 0.58 |
| Hex | A7 | 8B | 7F | 0 | 11 | 18 | 23 | 12 | 13 | 3A |
| Octal | 247 | 213 | 177 | 0 | 21 | 30 | 43 | 22 | 23 | 72 |
| Binary | 10100111 | 10001011 | 1111111 | 0 | 10001 | 11000 | 100011 | 10010 | 10011 | 111010 |
Color Harmonies of #A78B7F
Complementary color
Monochromatic Colors of #A78B7F
Black with #A78B7F
Text Example
Text Example
White with #A78B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B7F; }
p { color: rgb(167,139,127); }
H1.HeaderClassName
{
color: #A78B7F;
}
.AnyTagClassName
{
color: #A78B7F;
}
</style>
background-color css
<style>
a { background-color: #A78B7F; }
a { background-color: rgb(167,139,127); }
div.DivClassName
{
background-color: #A78B7F;
}
.BgClassName
{
background-color: #A78B7F;
}
</style>
border-color css
<style>
span { border-color: #A78B7F; }
span { border-color: rgb(167,139,127); }
td.TdClassName
{
border-color: #A78B7F;
}
.TagClassName
{
border-color: #A78B7F;
}
</style>