Shades of Locust #A9B379
Tints of Locust #A9B379
RGB
CMYK
RGB Variations
Color information
#A9B379 (or 0xA9B379) is known color: Locust. HEX triplet: A9, B3 and 79. RGB value is (169,179,121). Sum of RGB (Red+Green+Blue) = 169+179+121=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 179 (70.31% from 255 or 38.17% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9B379 is #564C86. Grayscale: #A9A9A9. Windows color (decimal): -5655687 or 7975849. OLE color: 7975849.
HSL color Cylindrical-coordinate representation of color #A9B379: hue angle of 70.34º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B379 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 179 | 121 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.30 |
| HSL | 70.34º | 0.28% | 0.59% | - |
| HSV(B) | 70.34º | 0.32% | 0.7% | - |
| XYZ | 35.93 | 42.06 | 24.31 | - |
| YUV | 169.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 179 | 121 | 0.06 | 0 | 0.32 | 0.30 | 70.34 | 0.28 | 0.59 |
| Hex | A9 | B3 | 79 | 6 | 0 | 20 | 1E | 46 | 1C | 3B |
| Octal | 251 | 263 | 171 | 6 | 0 | 40 | 36 | 106 | 34 | 73 |
| Binary | 10101001 | 10110011 | 1111001 | 110 | 0 | 100000 | 11110 | 1000110 | 11100 | 111011 |
Color Harmonies of #A9B379
Complementary color
Monochromatic Colors of #A9B379
Black with #A9B379
Text Example
Text Example
White with #A9B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B379; }
p { color: rgb(169,179,121); }
H1.HeaderClassName
{
color: #A9B379;
}
.AnyTagClassName
{
color: #A9B379;
}
</style>
background-color css
<style>
a { background-color: #A9B379; }
a { background-color: rgb(169,179,121); }
div.DivClassName
{
background-color: #A9B379;
}
.BgClassName
{
background-color: #A9B379;
}
</style>
border-color css
<style>
span { border-color: #A9B379; }
span { border-color: rgb(169,179,121); }
td.TdClassName
{
border-color: #A9B379;
}
.TagClassName
{
border-color: #A9B379;
}
</style>