Shades of Sandal #AB8964
Tints of Sandal #AB8964
RGB
CMYK
RGB Variations
Color information
#AB8964 (or 0xAB8964) is known color: Sandal. HEX triplet: AB, 89 and 64. RGB value is (171,137,100). Sum of RGB (Red+Green+Blue) = 171+137+100=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8964 is #54769B. Grayscale: #8F8F8F. Windows color (decimal): -5535388 or 6588843. OLE color: 6588843.
HSL color Cylindrical-coordinate representation of color #AB8964: hue angle of 31.27º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB8964 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 100 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.33 |
| HSL | 31.27º | 0.3% | 0.53% | - |
| HSV(B) | 31.27º | 0.42% | 0.67% | - |
| XYZ | 28.04 | 27.47 | 15.88 | - |
| YUV | 142.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 100 | 0 | 0.20 | 0.42 | 0.33 | 31.27 | 0.3 | 0.53 |
| Hex | AB | 89 | 64 | 0 | 14 | 2A | 21 | 1F | 1E | 35 |
| Octal | 253 | 211 | 144 | 0 | 24 | 52 | 41 | 37 | 36 | 65 |
| Binary | 10101011 | 10001001 | 1100100 | 0 | 10100 | 101010 | 100001 | 11111 | 11110 | 110101 |
Color Harmonies of #AB8964
Complementary color
Monochromatic Colors of #AB8964
Black with #AB8964
Text Example
Text Example
White with #AB8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8964; }
p { color: rgb(171,137,100); }
H1.HeaderClassName
{
color: #AB8964;
}
.AnyTagClassName
{
color: #AB8964;
}
</style>
background-color css
<style>
a { background-color: #AB8964; }
a { background-color: rgb(171,137,100); }
div.DivClassName
{
background-color: #AB8964;
}
.BgClassName
{
background-color: #AB8964;
}
</style>
border-color css
<style>
span { border-color: #AB8964; }
span { border-color: rgb(171,137,100); }
td.TdClassName
{
border-color: #AB8964;
}
.TagClassName
{
border-color: #AB8964;
}
</style>