Shades of Sandrift #A68D83
Tints of Sandrift #A68D83
RGB
CMYK
RGB Variations
Color information
#A68D83 (or 0xA68D83) is known color: Sandrift. HEX triplet: A6, 8D and 83. RGB value is (166,141,131). Sum of RGB (Red+Green+Blue) = 166+141+131=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68D83 is #59727C. Grayscale: #939393. Windows color (decimal): -5862013 or 8621478. OLE color: 8621478.
HSL color Cylindrical-coordinate representation of color #A68D83: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A68D83 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 141 | 131 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.35 |
| HSL | 17.14º | 0.16% | 0.58% | - |
| HSV(B) | 17.14º | 0.21% | 0.65% | - |
| XYZ | 29.35 | 28.8 | 25.48 | - |
| YUV | 147.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 141 | 131 | 0 | 0.15 | 0.21 | 0.35 | 17.14 | 0.16 | 0.58 |
| Hex | A6 | 8D | 83 | 0 | F | 15 | 23 | 11 | 10 | 3A |
| Octal | 246 | 215 | 203 | 0 | 17 | 25 | 43 | 21 | 20 | 72 |
| Binary | 10100110 | 10001101 | 10000011 | 0 | 1111 | 10101 | 100011 | 10001 | 10000 | 111010 |
Color Harmonies of #A68D83
Complementary color
Monochromatic Colors of #A68D83
Black with #A68D83
Text Example
Text Example
White with #A68D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68D83; }
p { color: rgb(166,141,131); }
H1.HeaderClassName
{
color: #A68D83;
}
.AnyTagClassName
{
color: #A68D83;
}
</style>
background-color css
<style>
a { background-color: #A68D83; }
a { background-color: rgb(166,141,131); }
div.DivClassName
{
background-color: #A68D83;
}
.BgClassName
{
background-color: #A68D83;
}
</style>
border-color css
<style>
span { border-color: #A68D83; }
span { border-color: rgb(166,141,131); }
td.TdClassName
{
border-color: #A68D83;
}
.TagClassName
{
border-color: #A68D83;
}
</style>