Shades of Sandal #AB8862
Tints of Sandal #AB8862
RGB
CMYK
RGB Variations
Color information
#AB8862 (or 0xAB8862) is known color: Sandal. HEX triplet: AB, 88 and 62. RGB value is (171,136,98). Sum of RGB (Red+Green+Blue) = 171+136+98=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8862 is #54779D. Grayscale: #8E8E8E. Windows color (decimal): -5535646 or 6457515. OLE color: 6457515.
HSL color Cylindrical-coordinate representation of color #AB8862: hue angle of 31.23º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8862 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 98 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.33 |
| HSL | 31.23º | 0.3% | 0.53% | - |
| HSV(B) | 31.23º | 0.43% | 0.67% | - |
| XYZ | 27.8 | 27.15 | 15.33 | - |
| YUV | 142.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 98 | 0 | 0.20 | 0.43 | 0.33 | 31.23 | 0.3 | 0.53 |
| Hex | AB | 88 | 62 | 0 | 14 | 2B | 21 | 1F | 1E | 35 |
| Octal | 253 | 210 | 142 | 0 | 24 | 53 | 41 | 37 | 36 | 65 |
| Binary | 10101011 | 10001000 | 1100010 | 0 | 10100 | 101011 | 100001 | 11111 | 11110 | 110101 |
Color Harmonies of #AB8862
Complementary color
Monochromatic Colors of #AB8862
Black with #AB8862
Text Example
Text Example
White with #AB8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8862; }
p { color: rgb(171,136,98); }
H1.HeaderClassName
{
color: #AB8862;
}
.AnyTagClassName
{
color: #AB8862;
}
</style>
background-color css
<style>
a { background-color: #AB8862; }
a { background-color: rgb(171,136,98); }
div.DivClassName
{
background-color: #AB8862;
}
.BgClassName
{
background-color: #AB8862;
}
</style>
border-color css
<style>
span { border-color: #AB8862; }
span { border-color: rgb(171,136,98); }
td.TdClassName
{
border-color: #AB8862;
}
.TagClassName
{
border-color: #AB8862;
}
</style>