Shades of Sandrift #A68B7F
Tints of Sandrift #A68B7F
RGB
CMYK
RGB Variations
Color information
#A68B7F (or 0xA68B7F) is known color: Sandrift. HEX triplet: A6, 8B and 7F. RGB value is (166,139,127). Sum of RGB (Red+Green+Blue) = 166+139+127=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B7F is #597480. Grayscale: #919191. Windows color (decimal): -5862529 or 8358822. OLE color: 8358822.
HSL color Cylindrical-coordinate representation of color #A68B7F: hue angle of 18.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A68B7F is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 139 | 127 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.35 |
| HSL | 18.46º | 0.18% | 0.57% | - |
| HSV(B) | 18.46º | 0.23% | 0.65% | - |
| XYZ | 28.79 | 28.1 | 23.99 | - |
| YUV | 145.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 139 | 127 | 0 | 0.16 | 0.23 | 0.35 | 18.46 | 0.18 | 0.57 |
| Hex | A6 | 8B | 7F | 0 | 10 | 17 | 23 | 12 | 12 | 39 |
| Octal | 246 | 213 | 177 | 0 | 20 | 27 | 43 | 22 | 22 | 71 |
| Binary | 10100110 | 10001011 | 1111111 | 0 | 10000 | 10111 | 100011 | 10010 | 10010 | 111001 |
Color Harmonies of #A68B7F
Complementary color
Monochromatic Colors of #A68B7F
Black with #A68B7F
Text Example
Text Example
White with #A68B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68B7F; }
p { color: rgb(166,139,127); }
H1.HeaderClassName
{
color: #A68B7F;
}
.AnyTagClassName
{
color: #A68B7F;
}
</style>
background-color css
<style>
a { background-color: #A68B7F; }
a { background-color: rgb(166,139,127); }
div.DivClassName
{
background-color: #A68B7F;
}
.BgClassName
{
background-color: #A68B7F;
}
</style>
border-color css
<style>
span { border-color: #A68B7F; }
span { border-color: rgb(166,139,127); }
td.TdClassName
{
border-color: #A68B7F;
}
.TagClassName
{
border-color: #A68B7F;
}
</style>