Shades of Sandal #AB8A62
Tints of Sandal #AB8A62
RGB
CMYK
RGB Variations
Color information
#AB8A62 (or 0xAB8A62) is known color: Sandal. HEX triplet: AB, 8A and 62. RGB value is (171,138,98). Sum of RGB (Red+Green+Blue) = 171+138+98=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8A62 is #54759D. Grayscale: #8F8F8F. Windows color (decimal): -5535134 or 6458027. OLE color: 6458027.
HSL color Cylindrical-coordinate representation of color #AB8A62: hue angle of 32.88º 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 #AB8A62 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 98 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.33 |
| HSL | 32.88º | 0.3% | 0.53% | - |
| HSV(B) | 32.88º | 0.43% | 0.67% | - |
| XYZ | 28.09 | 27.72 | 15.42 | - |
| YUV | 143.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 98 | 0 | 0.19 | 0.43 | 0.33 | 32.88 | 0.3 | 0.53 |
| Hex | AB | 8A | 62 | 0 | 13 | 2B | 21 | 21 | 1E | 35 |
| Octal | 253 | 212 | 142 | 0 | 23 | 53 | 41 | 41 | 36 | 65 |
| Binary | 10101011 | 10001010 | 1100010 | 0 | 10011 | 101011 | 100001 | 100001 | 11110 | 110101 |
Color Harmonies of #AB8A62
Complementary color
Monochromatic Colors of #AB8A62
Black with #AB8A62
Text Example
Text Example
White with #AB8A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A62; }
p { color: rgb(171,138,98); }
H1.HeaderClassName
{
color: #AB8A62;
}
.AnyTagClassName
{
color: #AB8A62;
}
</style>
background-color css
<style>
a { background-color: #AB8A62; }
a { background-color: rgb(171,138,98); }
div.DivClassName
{
background-color: #AB8A62;
}
.BgClassName
{
background-color: #AB8A62;
}
</style>
border-color css
<style>
span { border-color: #AB8A62; }
span { border-color: rgb(171,138,98); }
td.TdClassName
{
border-color: #AB8A62;
}
.TagClassName
{
border-color: #AB8A62;
}
</style>