Shades of Locust #AAB379
Tints of Locust #AAB379
RGB
CMYK
RGB Variations
Color information
#AAB379 (or 0xAAB379) is known color: Locust. HEX triplet: AA, B3 and 79. RGB value is (170,179,121). Sum of RGB (Red+Green+Blue) = 170+179+121=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB379 is #554C86. Grayscale: #A9A9A9. Windows color (decimal): -5590151 or 7975850. OLE color: 7975850.
HSL color Cylindrical-coordinate representation of color #AAB379: hue angle of 69.31º 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 #AAB379 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 121 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.30 |
| HSL | 69.31º | 0.28% | 0.59% | - |
| HSV(B) | 69.31º | 0.32% | 0.7% | - |
| XYZ | 36.15 | 42.17 | 24.32 | - |
| YUV | 169.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 121 | 0.05 | 0 | 0.32 | 0.30 | 69.31 | 0.28 | 0.59 |
| Hex | AA | B3 | 79 | 5 | 0 | 20 | 1E | 45 | 1C | 3B |
| Octal | 252 | 263 | 171 | 5 | 0 | 40 | 36 | 105 | 34 | 73 |
| Binary | 10101010 | 10110011 | 1111001 | 101 | 0 | 100000 | 11110 | 1000101 | 11100 | 111011 |
Color Harmonies of #AAB379
Complementary color
Monochromatic Colors of #AAB379
Black with #AAB379
Text Example
Text Example
White with #AAB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB379; }
p { color: rgb(170,179,121); }
H1.HeaderClassName
{
color: #AAB379;
}
.AnyTagClassName
{
color: #AAB379;
}
</style>
background-color css
<style>
a { background-color: #AAB379; }
a { background-color: rgb(170,179,121); }
div.DivClassName
{
background-color: #AAB379;
}
.BgClassName
{
background-color: #AAB379;
}
</style>
border-color css
<style>
span { border-color: #AAB379; }
span { border-color: rgb(170,179,121); }
td.TdClassName
{
border-color: #AAB379;
}
.TagClassName
{
border-color: #AAB379;
}
</style>