Shades of Sandal #AB8B65
Tints of Sandal #AB8B65
RGB
CMYK
RGB Variations
Color information
#AB8B65 (or 0xAB8B65) is known color: Sandal. HEX triplet: AB, 8B and 65. RGB value is (171,139,101). Sum of RGB (Red+Green+Blue) = 171+139+101=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8B65 is #54749A. Grayscale: #909090. Windows color (decimal): -5534875 or 6654891. OLE color: 6654891.
HSL color Cylindrical-coordinate representation of color #AB8B65: hue angle of 32.57º 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 #AB8B65 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 101 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.33 |
| HSL | 32.57º | 0.29% | 0.53% | - |
| HSV(B) | 32.57º | 0.41% | 0.67% | - |
| XYZ | 28.38 | 28.06 | 16.23 | - |
| YUV | 144.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 101 | 0 | 0.19 | 0.41 | 0.33 | 32.57 | 0.29 | 0.53 |
| Hex | AB | 8B | 65 | 0 | 13 | 29 | 21 | 21 | 1D | 35 |
| Octal | 253 | 213 | 145 | 0 | 23 | 51 | 41 | 41 | 35 | 65 |
| Binary | 10101011 | 10001011 | 1100101 | 0 | 10011 | 101001 | 100001 | 100001 | 11101 | 110101 |
Color Harmonies of #AB8B65
Complementary color
Monochromatic Colors of #AB8B65
Black with #AB8B65
Text Example
Text Example
White with #AB8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8B65; }
p { color: rgb(171,139,101); }
H1.HeaderClassName
{
color: #AB8B65;
}
.AnyTagClassName
{
color: #AB8B65;
}
</style>
background-color css
<style>
a { background-color: #AB8B65; }
a { background-color: rgb(171,139,101); }
div.DivClassName
{
background-color: #AB8B65;
}
.BgClassName
{
background-color: #AB8B65;
}
</style>
border-color css
<style>
span { border-color: #AB8B65; }
span { border-color: rgb(171,139,101); }
td.TdClassName
{
border-color: #AB8B65;
}
.TagClassName
{
border-color: #AB8B65;
}
</style>