Shades of Sandal #AB8865
Tints of Sandal #AB8865
RGB
CMYK
RGB Variations
Color information
#AB8865 (or 0xAB8865) is known color: Sandal. HEX triplet: AB, 88 and 65. RGB value is (171,136,101). Sum of RGB (Red+Green+Blue) = 171+136+101=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8865 is #54779A. Grayscale: #8E8E8E. Windows color (decimal): -5535643 or 6654123. OLE color: 6654123.
HSL color Cylindrical-coordinate representation of color #AB8865: hue angle of 30º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8865 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 101 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.33 |
| HSL | 30º | 0.29% | 0.53% | - |
| HSV(B) | 30º | 0.41% | 0.67% | - |
| XYZ | 27.95 | 27.21 | 16.09 | - |
| YUV | 142.48 | 104.6 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 101 | 0 | 0.20 | 0.41 | 0.33 | 30 | 0.29 | 0.53 |
| Hex | AB | 88 | 65 | 0 | 14 | 29 | 21 | 1E | 1D | 35 |
| Octal | 253 | 210 | 145 | 0 | 24 | 51 | 41 | 36 | 35 | 65 |
| Binary | 10101011 | 10001000 | 1100101 | 0 | 10100 | 101001 | 100001 | 11110 | 11101 | 110101 |
Color Harmonies of #AB8865
Complementary color
Monochromatic Colors of #AB8865
Black with #AB8865
Text Example
Text Example
White with #AB8865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8865; }
p { color: rgb(171,136,101); }
H1.HeaderClassName
{
color: #AB8865;
}
.AnyTagClassName
{
color: #AB8865;
}
</style>
background-color css
<style>
a { background-color: #AB8865; }
a { background-color: rgb(171,136,101); }
div.DivClassName
{
background-color: #AB8865;
}
.BgClassName
{
background-color: #AB8865;
}
</style>
border-color css
<style>
span { border-color: #AB8865; }
span { border-color: rgb(171,136,101); }
td.TdClassName
{
border-color: #AB8865;
}
.TagClassName
{
border-color: #AB8865;
}
</style>