Shades of Locust #A09F79
Tints of Locust #A09F79
RGB
CMYK
RGB Variations
Color information
#A09F79 (or 0xA09F79) is known color: Locust. HEX triplet: A0, 9F and 79. RGB value is (160,159,121). Sum of RGB (Red+Green+Blue) = 160+159+121=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 159 (62.5% from 255 or 36.14% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F79 is #5F6086. Grayscale: #9B9B9B. Windows color (decimal): -6250631 or 7970720. OLE color: 7970720.
HSL color Cylindrical-coordinate representation of color #A09F79: hue angle of 58.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09F79 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 121 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.37 |
| HSL | 58.46º | 0.17% | 0.55% | - |
| HSV(B) | 58.46º | 0.24% | 0.63% | - |
| XYZ | 30.35 | 33.65 | 22.98 | - |
| YUV | 154.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 121 | 0 | 0.01 | 0.24 | 0.37 | 58.46 | 0.17 | 0.55 |
| Hex | A0 | 9F | 79 | 0 | 1 | 18 | 25 | 3A | 11 | 37 |
| Octal | 240 | 237 | 171 | 0 | 1 | 30 | 45 | 72 | 21 | 67 |
| Binary | 10100000 | 10011111 | 1111001 | 0 | 1 | 11000 | 100101 | 111010 | 10001 | 110111 |
Color Harmonies of #A09F79
Complementary color
Monochromatic Colors of #A09F79
Black with #A09F79
Text Example
Text Example
White with #A09F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F79; }
p { color: rgb(160,159,121); }
H1.HeaderClassName
{
color: #A09F79;
}
.AnyTagClassName
{
color: #A09F79;
}
</style>
background-color css
<style>
a { background-color: #A09F79; }
a { background-color: rgb(160,159,121); }
div.DivClassName
{
background-color: #A09F79;
}
.BgClassName
{
background-color: #A09F79;
}
</style>
border-color css
<style>
span { border-color: #A09F79; }
span { border-color: rgb(160,159,121); }
td.TdClassName
{
border-color: #A09F79;
}
.TagClassName
{
border-color: #A09F79;
}
</style>