Shades of Sandrift #A78D7A
Tints of Sandrift #A78D7A
RGB
CMYK
RGB Variations
Color information
#A78D7A (or 0xA78D7A) is known color: Sandrift. HEX triplet: A7, 8D and 7A. RGB value is (167,141,122). Sum of RGB (Red+Green+Blue) = 167+141+122=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D7A is #587285. Grayscale: #929292. Windows color (decimal): -5796486 or 8031655. OLE color: 8031655.
HSL color Cylindrical-coordinate representation of color #A78D7A: hue angle of 25.33º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A78D7A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 141 | 122 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.35 |
| HSL | 25.33º | 0.2% | 0.57% | - |
| HSV(B) | 25.33º | 0.27% | 0.65% | - |
| XYZ | 28.97 | 28.67 | 22.42 | - |
| YUV | 146.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 122 | 0 | 0.16 | 0.27 | 0.35 | 25.33 | 0.2 | 0.57 |
| Hex | A7 | 8D | 7A | 0 | 10 | 1B | 23 | 19 | 14 | 39 |
| Octal | 247 | 215 | 172 | 0 | 20 | 33 | 43 | 31 | 24 | 71 |
| Binary | 10100111 | 10001101 | 1111010 | 0 | 10000 | 11011 | 100011 | 11001 | 10100 | 111001 |
Color Harmonies of #A78D7A
Complementary color
Monochromatic Colors of #A78D7A
Black with #A78D7A
Text Example
Text Example
White with #A78D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78D7A; }
p { color: rgb(167,141,122); }
H1.HeaderClassName
{
color: #A78D7A;
}
.AnyTagClassName
{
color: #A78D7A;
}
</style>
background-color css
<style>
a { background-color: #A78D7A; }
a { background-color: rgb(167,141,122); }
div.DivClassName
{
background-color: #A78D7A;
}
.BgClassName
{
background-color: #A78D7A;
}
</style>
border-color css
<style>
span { border-color: #A78D7A; }
span { border-color: rgb(167,141,122); }
td.TdClassName
{
border-color: #A78D7A;
}
.TagClassName
{
border-color: #A78D7A;
}
</style>