Shades of Sandal #A08B61
Tints of Sandal #A08B61
RGB
CMYK
RGB Variations
Color information
#A08B61 (or 0xA08B61) is known color: Sandal. HEX triplet: A0, 8B and 61. RGB value is (160,139,97). Sum of RGB (Red+Green+Blue) = 160+139+97=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08B61 is #5F749E. Grayscale: #8C8C8C. Windows color (decimal): -6255775 or 6392736. OLE color: 6392736.
HSL color Cylindrical-coordinate representation of color #A08B61: hue angle of 40º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08B61 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 139 | 97 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.37 |
| HSL | 40º | 0.25% | 0.5% | - |
| HSV(B) | 40º | 0.39% | 0.63% | - |
| XYZ | 25.89 | 26.8 | 15.12 | - |
| YUV | 140.49 | 103.46 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 97 | 0 | 0.13 | 0.39 | 0.37 | 40 | 0.25 | 0.5 |
| Hex | A0 | 8B | 61 | 0 | D | 27 | 25 | 28 | 19 | 32 |
| Octal | 240 | 213 | 141 | 0 | 15 | 47 | 45 | 50 | 31 | 62 |
| Binary | 10100000 | 10001011 | 1100001 | 0 | 1101 | 100111 | 100101 | 101000 | 11001 | 110010 |
Color Harmonies of #A08B61
Complementary color
Monochromatic Colors of #A08B61
Black with #A08B61
Text Example
Text Example
White with #A08B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08B61; }
p { color: rgb(160,139,97); }
H1.HeaderClassName
{
color: #A08B61;
}
.AnyTagClassName
{
color: #A08B61;
}
</style>
background-color css
<style>
a { background-color: #A08B61; }
a { background-color: rgb(160,139,97); }
div.DivClassName
{
background-color: #A08B61;
}
.BgClassName
{
background-color: #A08B61;
}
</style>
border-color css
<style>
span { border-color: #A08B61; }
span { border-color: rgb(160,139,97); }
td.TdClassName
{
border-color: #A08B61;
}
.TagClassName
{
border-color: #A08B61;
}
</style>