Shades of Sandrift #A68F7B
Tints of Sandrift #A68F7B
RGB
CMYK
RGB Variations
Color information
#A68F7B (or 0xA68F7B) is known color: Sandrift. HEX triplet: A6, 8F and 7B. RGB value is (166,143,123). Sum of RGB (Red+Green+Blue) = 166+143+123=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F7B is #597084. Grayscale: #939393. Windows color (decimal): -5861509 or 8097702. OLE color: 8097702.
HSL color Cylindrical-coordinate representation of color #A68F7B: hue angle of 27.91º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A68F7B is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 123 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.35 |
| HSL | 27.91º | 0.19% | 0.57% | - |
| HSV(B) | 27.91º | 0.26% | 0.65% | - |
| XYZ | 29.12 | 29.18 | 22.84 | - |
| YUV | 147.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 123 | 0 | 0.14 | 0.26 | 0.35 | 27.91 | 0.19 | 0.57 |
| Hex | A6 | 8F | 7B | 0 | E | 1A | 23 | 1C | 13 | 39 |
| Octal | 246 | 217 | 173 | 0 | 16 | 32 | 43 | 34 | 23 | 71 |
| Binary | 10100110 | 10001111 | 1111011 | 0 | 1110 | 11010 | 100011 | 11100 | 10011 | 111001 |
Color Harmonies of #A68F7B
Complementary color
Monochromatic Colors of #A68F7B
Black with #A68F7B
Text Example
Text Example
White with #A68F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F7B; }
p { color: rgb(166,143,123); }
H1.HeaderClassName
{
color: #A68F7B;
}
.AnyTagClassName
{
color: #A68F7B;
}
</style>
background-color css
<style>
a { background-color: #A68F7B; }
a { background-color: rgb(166,143,123); }
div.DivClassName
{
background-color: #A68F7B;
}
.BgClassName
{
background-color: #A68F7B;
}
</style>
border-color css
<style>
span { border-color: #A68F7B; }
span { border-color: rgb(166,143,123); }
td.TdClassName
{
border-color: #A68F7B;
}
.TagClassName
{
border-color: #A68F7B;
}
</style>