Shades of Sandal #AB8965
Tints of Sandal #AB8965
RGB
CMYK
RGB Variations
Color information
#AB8965 (or 0xAB8965) is known color: Sandal. HEX triplet: AB, 89 and 65. RGB value is (171,137,101). Sum of RGB (Red+Green+Blue) = 171+137+101=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8965 is #54769A. Grayscale: #8F8F8F. Windows color (decimal): -5535387 or 6654379. OLE color: 6654379.
HSL color Cylindrical-coordinate representation of color #AB8965: hue angle of 30.86º 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 #AB8965 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 137 | 101 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.33 |
| HSL | 30.86º | 0.29% | 0.53% | - |
| HSV(B) | 30.86º | 0.41% | 0.67% | - |
| XYZ | 28.09 | 27.49 | 16.14 | - |
| YUV | 143.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 137 | 101 | 0 | 0.20 | 0.41 | 0.33 | 30.86 | 0.29 | 0.53 |
| Hex | AB | 89 | 65 | 0 | 14 | 29 | 21 | 1F | 1D | 35 |
| Octal | 253 | 211 | 145 | 0 | 24 | 51 | 41 | 37 | 35 | 65 |
| Binary | 10101011 | 10001001 | 1100101 | 0 | 10100 | 101001 | 100001 | 11111 | 11101 | 110101 |
Color Harmonies of #AB8965
Complementary color
Monochromatic Colors of #AB8965
Black with #AB8965
Text Example
Text Example
White with #AB8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8965; }
p { color: rgb(171,137,101); }
H1.HeaderClassName
{
color: #AB8965;
}
.AnyTagClassName
{
color: #AB8965;
}
</style>
background-color css
<style>
a { background-color: #AB8965; }
a { background-color: rgb(171,137,101); }
div.DivClassName
{
background-color: #AB8965;
}
.BgClassName
{
background-color: #AB8965;
}
</style>
border-color css
<style>
span { border-color: #AB8965; }
span { border-color: rgb(171,137,101); }
td.TdClassName
{
border-color: #AB8965;
}
.TagClassName
{
border-color: #AB8965;
}
</style>