Shades of Sandrift #A68F84
Tints of Sandrift #A68F84
RGB
CMYK
RGB Variations
Color information
#A68F84 (or 0xA68F84) is known color: Sandrift. HEX triplet: A6, 8F and 84. RGB value is (166,143,132). Sum of RGB (Red+Green+Blue) = 166+143+132=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F84 is #59707B. Grayscale: #949494. Windows color (decimal): -5861500 or 8687526. OLE color: 8687526.
HSL color Cylindrical-coordinate representation of color #A68F84: hue angle of 19.41º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A68F84 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 132 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.35 |
| HSL | 19.41º | 0.16% | 0.58% | - |
| HSV(B) | 19.41º | 0.2% | 0.65% | - |
| XYZ | 29.71 | 29.42 | 25.94 | - |
| YUV | 148.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 132 | 0 | 0.14 | 0.20 | 0.35 | 19.41 | 0.16 | 0.58 |
| Hex | A6 | 8F | 84 | 0 | E | 14 | 23 | 13 | 10 | 3A |
| Octal | 246 | 217 | 204 | 0 | 16 | 24 | 43 | 23 | 20 | 72 |
| Binary | 10100110 | 10001111 | 10000100 | 0 | 1110 | 10100 | 100011 | 10011 | 10000 | 111010 |
Color Harmonies of #A68F84
Complementary color
Monochromatic Colors of #A68F84
Black with #A68F84
Text Example
Text Example
White with #A68F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F84; }
p { color: rgb(166,143,132); }
H1.HeaderClassName
{
color: #A68F84;
}
.AnyTagClassName
{
color: #A68F84;
}
</style>
background-color css
<style>
a { background-color: #A68F84; }
a { background-color: rgb(166,143,132); }
div.DivClassName
{
background-color: #A68F84;
}
.BgClassName
{
background-color: #A68F84;
}
</style>
border-color css
<style>
span { border-color: #A68F84; }
span { border-color: rgb(166,143,132); }
td.TdClassName
{
border-color: #A68F84;
}
.TagClassName
{
border-color: #A68F84;
}
</style>