Shades of Sandrift #A68F7E
Tints of Sandrift #A68F7E
RGB
CMYK
RGB Variations
Color information
#A68F7E (or 0xA68F7E) is known color: Sandrift. HEX triplet: A6, 8F and 7E. RGB value is (166,143,126). Sum of RGB (Red+Green+Blue) = 166+143+126=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F7E is #597081. Grayscale: #949494. Windows color (decimal): -5861506 or 8294310. OLE color: 8294310.
HSL color Cylindrical-coordinate representation of color #A68F7E: hue angle of 25.5º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A68F7E is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 126 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.35 |
| HSL | 25.5º | 0.18% | 0.57% | - |
| HSV(B) | 25.5º | 0.24% | 0.65% | - |
| XYZ | 29.31 | 29.26 | 23.84 | - |
| YUV | 147.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 126 | 0 | 0.14 | 0.24 | 0.35 | 25.5 | 0.18 | 0.57 |
| Hex | A6 | 8F | 7E | 0 | E | 18 | 23 | 1A | 12 | 39 |
| Octal | 246 | 217 | 176 | 0 | 16 | 30 | 43 | 32 | 22 | 71 |
| Binary | 10100110 | 10001111 | 1111110 | 0 | 1110 | 11000 | 100011 | 11010 | 10010 | 111001 |
Color Harmonies of #A68F7E
Complementary color
Monochromatic Colors of #A68F7E
Black with #A68F7E
Text Example
Text Example
White with #A68F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F7E; }
p { color: rgb(166,143,126); }
H1.HeaderClassName
{
color: #A68F7E;
}
.AnyTagClassName
{
color: #A68F7E;
}
</style>
background-color css
<style>
a { background-color: #A68F7E; }
a { background-color: rgb(166,143,126); }
div.DivClassName
{
background-color: #A68F7E;
}
.BgClassName
{
background-color: #A68F7E;
}
</style>
border-color css
<style>
span { border-color: #A68F7E; }
span { border-color: rgb(166,143,126); }
td.TdClassName
{
border-color: #A68F7E;
}
.TagClassName
{
border-color: #A68F7E;
}
</style>