Shades of Sandal #AB8C66
Tints of Sandal #AB8C66
RGB
CMYK
RGB Variations
Color information
#AB8C66 (or 0xAB8C66) is known color: Sandal. HEX triplet: AB, 8C and 66. RGB value is (171,140,102). Sum of RGB (Red+Green+Blue) = 171+140+102=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8C66 is #547399. Grayscale: #919191. Windows color (decimal): -5534618 or 6720683. OLE color: 6720683.
HSL color Cylindrical-coordinate representation of color #AB8C66: hue angle of 33.04º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8C66 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 102 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.33 |
| HSL | 33.04º | 0.29% | 0.54% | - |
| HSV(B) | 33.04º | 0.4% | 0.67% | - |
| XYZ | 28.57 | 28.37 | 16.54 | - |
| YUV | 144.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 102 | 0 | 0.18 | 0.40 | 0.33 | 33.04 | 0.29 | 0.54 |
| Hex | AB | 8C | 66 | 0 | 12 | 28 | 21 | 21 | 1D | 36 |
| Octal | 253 | 214 | 146 | 0 | 22 | 50 | 41 | 41 | 35 | 66 |
| Binary | 10101011 | 10001100 | 1100110 | 0 | 10010 | 101000 | 100001 | 100001 | 11101 | 110110 |
Color Harmonies of #AB8C66
Complementary color
Monochromatic Colors of #AB8C66
Black with #AB8C66
Text Example
Text Example
White with #AB8C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8C66; }
p { color: rgb(171,140,102); }
H1.HeaderClassName
{
color: #AB8C66;
}
.AnyTagClassName
{
color: #AB8C66;
}
</style>
background-color css
<style>
a { background-color: #AB8C66; }
a { background-color: rgb(171,140,102); }
div.DivClassName
{
background-color: #AB8C66;
}
.BgClassName
{
background-color: #AB8C66;
}
</style>
border-color css
<style>
span { border-color: #AB8C66; }
span { border-color: rgb(171,140,102); }
td.TdClassName
{
border-color: #AB8C66;
}
.TagClassName
{
border-color: #AB8C66;
}
</style>