Shades of Sandrift #A78C7F
Tints of Sandrift #A78C7F
RGB
CMYK
RGB Variations
Color information
#A78C7F (or 0xA78C7F) is known color: Sandrift. HEX triplet: A7, 8C and 7F. RGB value is (167,140,127). Sum of RGB (Red+Green+Blue) = 167+140+127=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78C7F is #587380. Grayscale: #929292. Windows color (decimal): -5796737 or 8359079. OLE color: 8359079.
HSL color Cylindrical-coordinate representation of color #A78C7F: hue angle of 19.5º 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 #A78C7F is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 127 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.35 |
| HSL | 19.5º | 0.19% | 0.58% | - |
| HSV(B) | 19.5º | 0.24% | 0.65% | - |
| XYZ | 29.15 | 28.5 | 24.04 | - |
| YUV | 146.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 127 | 0 | 0.16 | 0.24 | 0.35 | 19.5 | 0.19 | 0.58 |
| Hex | A7 | 8C | 7F | 0 | 10 | 18 | 23 | 14 | 13 | 3A |
| Octal | 247 | 214 | 177 | 0 | 20 | 30 | 43 | 24 | 23 | 72 |
| Binary | 10100111 | 10001100 | 1111111 | 0 | 10000 | 11000 | 100011 | 10100 | 10011 | 111010 |
Color Harmonies of #A78C7F
Complementary color
Monochromatic Colors of #A78C7F
Black with #A78C7F
Text Example
Text Example
White with #A78C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C7F; }
p { color: rgb(167,140,127); }
H1.HeaderClassName
{
color: #A78C7F;
}
.AnyTagClassName
{
color: #A78C7F;
}
</style>
background-color css
<style>
a { background-color: #A78C7F; }
a { background-color: rgb(167,140,127); }
div.DivClassName
{
background-color: #A78C7F;
}
.BgClassName
{
background-color: #A78C7F;
}
</style>
border-color css
<style>
span { border-color: #A78C7F; }
span { border-color: rgb(167,140,127); }
td.TdClassName
{
border-color: #A78C7F;
}
.TagClassName
{
border-color: #A78C7F;
}
</style>