Shades of Sandrift #A78B79
Tints of Sandrift #A78B79
RGB
CMYK
RGB Variations
Color information
#A78B79 (or 0xA78B79) is known color: Sandrift. HEX triplet: A7, 8B and 79. RGB value is (167,139,121). Sum of RGB (Red+Green+Blue) = 167+139+121=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B79 is #587486. Grayscale: #919191. Windows color (decimal): -5796999 or 7965607. OLE color: 7965607.
HSL color Cylindrical-coordinate representation of color #A78B79: hue angle of 23.48º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A78B79 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 121 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.35 |
| HSL | 23.48º | 0.21% | 0.56% | - |
| HSV(B) | 23.48º | 0.28% | 0.65% | - |
| XYZ | 28.62 | 28.06 | 22 | - |
| YUV | 145.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 121 | 0 | 0.17 | 0.28 | 0.35 | 23.48 | 0.21 | 0.56 |
| Hex | A7 | 8B | 79 | 0 | 11 | 1C | 23 | 17 | 15 | 38 |
| Octal | 247 | 213 | 171 | 0 | 21 | 34 | 43 | 27 | 25 | 70 |
| Binary | 10100111 | 10001011 | 1111001 | 0 | 10001 | 11100 | 100011 | 10111 | 10101 | 111000 |
Color Harmonies of #A78B79
Complementary color
Monochromatic Colors of #A78B79
Black with #A78B79
Text Example
Text Example
White with #A78B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B79; }
p { color: rgb(167,139,121); }
H1.HeaderClassName
{
color: #A78B79;
}
.AnyTagClassName
{
color: #A78B79;
}
</style>
background-color css
<style>
a { background-color: #A78B79; }
a { background-color: rgb(167,139,121); }
div.DivClassName
{
background-color: #A78B79;
}
.BgClassName
{
background-color: #A78B79;
}
</style>
border-color css
<style>
span { border-color: #A78B79; }
span { border-color: rgb(167,139,121); }
td.TdClassName
{
border-color: #A78B79;
}
.TagClassName
{
border-color: #A78B79;
}
</style>