Shades of Sandrift #A78A79
Tints of Sandrift #A78A79
RGB
CMYK
RGB Variations
Color information
#A78A79 (or 0xA78A79) is known color: Sandrift. HEX triplet: A7, 8A and 79. RGB value is (167,138,121). Sum of RGB (Red+Green+Blue) = 167+138+121=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78A79 is #587586. Grayscale: #909090. Windows color (decimal): -5797255 or 7965351. OLE color: 7965351.
HSL color Cylindrical-coordinate representation of color #A78A79: hue angle of 22.17º 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 #A78A79 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 138 | 121 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.35 |
| HSL | 22.17º | 0.21% | 0.56% | - |
| HSV(B) | 22.17º | 0.28% | 0.65% | - |
| XYZ | 28.48 | 27.77 | 21.95 | - |
| YUV | 144.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 121 | 0 | 0.17 | 0.28 | 0.35 | 22.17 | 0.21 | 0.56 |
| Hex | A7 | 8A | 79 | 0 | 11 | 1C | 23 | 16 | 15 | 38 |
| Octal | 247 | 212 | 171 | 0 | 21 | 34 | 43 | 26 | 25 | 70 |
| Binary | 10100111 | 10001010 | 1111001 | 0 | 10001 | 11100 | 100011 | 10110 | 10101 | 111000 |
Color Harmonies of #A78A79
Complementary color
Monochromatic Colors of #A78A79
Black with #A78A79
Text Example
Text Example
White with #A78A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78A79; }
p { color: rgb(167,138,121); }
H1.HeaderClassName
{
color: #A78A79;
}
.AnyTagClassName
{
color: #A78A79;
}
</style>
background-color css
<style>
a { background-color: #A78A79; }
a { background-color: rgb(167,138,121); }
div.DivClassName
{
background-color: #A78A79;
}
.BgClassName
{
background-color: #A78A79;
}
</style>
border-color css
<style>
span { border-color: #A78A79; }
span { border-color: rgb(167,138,121); }
td.TdClassName
{
border-color: #A78A79;
}
.TagClassName
{
border-color: #A78A79;
}
</style>