Shades of Locust #A09F81
Tints of Locust #A09F81
RGB
CMYK
RGB Variations
Color information
#A09F81 (or 0xA09F81) is known color: Locust. HEX triplet: A0, 9F and 81. RGB value is (160,159,129). Sum of RGB (Red+Green+Blue) = 160+159+129=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09F81 is #5F607E. Grayscale: #9C9C9C. Windows color (decimal): -6250623 or 8495008. OLE color: 8495008.
HSL color Cylindrical-coordinate representation of color #A09F81: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A09F81 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 129 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.37 |
| HSL | 58.06º | 0.14% | 0.57% | - |
| HSV(B) | 58.06º | 0.19% | 0.63% | - |
| XYZ | 30.86 | 33.85 | 25.68 | - |
| YUV | 155.88 | 112.83 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 129 | 0 | 0.01 | 0.19 | 0.37 | 58.06 | 0.14 | 0.57 |
| Hex | A0 | 9F | 81 | 0 | 1 | 13 | 25 | 3A | E | 39 |
| Octal | 240 | 237 | 201 | 0 | 1 | 23 | 45 | 72 | 16 | 71 |
| Binary | 10100000 | 10011111 | 10000001 | 0 | 1 | 10011 | 100101 | 111010 | 1110 | 111001 |
Color Harmonies of #A09F81
Complementary color
Monochromatic Colors of #A09F81
Black with #A09F81
Text Example
Text Example
White with #A09F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F81; }
p { color: rgb(160,159,129); }
H1.HeaderClassName
{
color: #A09F81;
}
.AnyTagClassName
{
color: #A09F81;
}
</style>
background-color css
<style>
a { background-color: #A09F81; }
a { background-color: rgb(160,159,129); }
div.DivClassName
{
background-color: #A09F81;
}
.BgClassName
{
background-color: #A09F81;
}
</style>
border-color css
<style>
span { border-color: #A09F81; }
span { border-color: rgb(160,159,129); }
td.TdClassName
{
border-color: #A09F81;
}
.TagClassName
{
border-color: #A09F81;
}
</style>