Shades of Sandrift #A68C7D
Tints of Sandrift #A68C7D
RGB
CMYK
RGB Variations
Color information
#A68C7D (or 0xA68C7D) is known color: Sandrift. HEX triplet: A6, 8C and 7D. RGB value is (166,140,125). Sum of RGB (Red+Green+Blue) = 166+140+125=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68C7D is #597382. Grayscale: #929292. Windows color (decimal): -5862275 or 8228006. OLE color: 8228006.
HSL color Cylindrical-coordinate representation of color #A68C7D: hue angle of 21.95º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A68C7D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 140 | 125 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.35 |
| HSL | 21.95º | 0.19% | 0.57% | - |
| HSV(B) | 21.95º | 0.25% | 0.65% | - |
| XYZ | 28.81 | 28.34 | 23.35 | - |
| YUV | 146.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 140 | 125 | 0 | 0.16 | 0.25 | 0.35 | 21.95 | 0.19 | 0.57 |
| Hex | A6 | 8C | 7D | 0 | 10 | 19 | 23 | 16 | 13 | 39 |
| Octal | 246 | 214 | 175 | 0 | 20 | 31 | 43 | 26 | 23 | 71 |
| Binary | 10100110 | 10001100 | 1111101 | 0 | 10000 | 11001 | 100011 | 10110 | 10011 | 111001 |
Color Harmonies of #A68C7D
Complementary color
Monochromatic Colors of #A68C7D
Black with #A68C7D
Text Example
Text Example
White with #A68C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68C7D; }
p { color: rgb(166,140,125); }
H1.HeaderClassName
{
color: #A68C7D;
}
.AnyTagClassName
{
color: #A68C7D;
}
</style>
background-color css
<style>
a { background-color: #A68C7D; }
a { background-color: rgb(166,140,125); }
div.DivClassName
{
background-color: #A68C7D;
}
.BgClassName
{
background-color: #A68C7D;
}
</style>
border-color css
<style>
span { border-color: #A68C7D; }
span { border-color: rgb(166,140,125); }
td.TdClassName
{
border-color: #A68C7D;
}
.TagClassName
{
border-color: #A68C7D;
}
</style>