Shades of Sandal #A88D62
Tints of Sandal #A88D62
RGB
CMYK
RGB Variations
Color information
#A88D62 (or 0xA88D62) is known color: Sandal. HEX triplet: A8, 8D and 62. RGB value is (168,141,98). Sum of RGB (Red+Green+Blue) = 168+141+98=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A88D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88D62 is #57729D. Grayscale: #909090. Windows color (decimal): -5730974 or 6458792. OLE color: 6458792.
HSL color Cylindrical-coordinate representation of color #A88D62: hue angle of 36.86º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88D62 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 141 | 98 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.34 |
| HSL | 36.86º | 0.29% | 0.52% | - |
| HSV(B) | 36.86º | 0.42% | 0.66% | - |
| XYZ | 27.88 | 28.26 | 15.54 | - |
| YUV | 144.17 | 101.95 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 98 | 0 | 0.16 | 0.42 | 0.34 | 36.86 | 0.29 | 0.52 |
| Hex | A8 | 8D | 62 | 0 | 10 | 2A | 22 | 25 | 1D | 34 |
| Octal | 250 | 215 | 142 | 0 | 20 | 52 | 42 | 45 | 35 | 64 |
| Binary | 10101000 | 10001101 | 1100010 | 0 | 10000 | 101010 | 100010 | 100101 | 11101 | 110100 |
Color Harmonies of #A88D62
Complementary color
Monochromatic Colors of #A88D62
Black with #A88D62
Text Example
Text Example
White with #A88D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88D62; }
p { color: rgb(168,141,98); }
H1.HeaderClassName
{
color: #A88D62;
}
.AnyTagClassName
{
color: #A88D62;
}
</style>
background-color css
<style>
a { background-color: #A88D62; }
a { background-color: rgb(168,141,98); }
div.DivClassName
{
background-color: #A88D62;
}
.BgClassName
{
background-color: #A88D62;
}
</style>
border-color css
<style>
span { border-color: #A88D62; }
span { border-color: rgb(168,141,98); }
td.TdClassName
{
border-color: #A88D62;
}
.TagClassName
{
border-color: #A88D62;
}
</style>