Shades of Sandrift #A68F82
Tints of Sandrift #A68F82
RGB
CMYK
RGB Variations
Color information
#A68F82 (or 0xA68F82) is known color: Sandrift. HEX triplet: A6, 8F and 82. RGB value is (166,143,130). Sum of RGB (Red+Green+Blue) = 166+143+130=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68F82 is #59707D. Grayscale: #949494. Windows color (decimal): -5861502 or 8556454. OLE color: 8556454.
HSL color Cylindrical-coordinate representation of color #A68F82: hue angle of 21.67º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A68F82 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 143 | 130 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.35 |
| HSL | 21.67º | 0.17% | 0.58% | - |
| HSV(B) | 21.67º | 0.22% | 0.65% | - |
| XYZ | 29.58 | 29.36 | 25.23 | - |
| YUV | 148.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 143 | 130 | 0 | 0.14 | 0.22 | 0.35 | 21.67 | 0.17 | 0.58 |
| Hex | A6 | 8F | 82 | 0 | E | 16 | 23 | 16 | 11 | 3A |
| Octal | 246 | 217 | 202 | 0 | 16 | 26 | 43 | 26 | 21 | 72 |
| Binary | 10100110 | 10001111 | 10000010 | 0 | 1110 | 10110 | 100011 | 10110 | 10001 | 111010 |
Color Harmonies of #A68F82
Complementary color
Monochromatic Colors of #A68F82
Black with #A68F82
Text Example
Text Example
White with #A68F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68F82; }
p { color: rgb(166,143,130); }
H1.HeaderClassName
{
color: #A68F82;
}
.AnyTagClassName
{
color: #A68F82;
}
</style>
background-color css
<style>
a { background-color: #A68F82; }
a { background-color: rgb(166,143,130); }
div.DivClassName
{
background-color: #A68F82;
}
.BgClassName
{
background-color: #A68F82;
}
</style>
border-color css
<style>
span { border-color: #A68F82; }
span { border-color: rgb(166,143,130); }
td.TdClassName
{
border-color: #A68F82;
}
.TagClassName
{
border-color: #A68F82;
}
</style>