Shades of Locust #AAB074
Tints of Locust #AAB074
RGB
CMYK
RGB Variations
Color information
#AAB074 (or 0xAAB074) is known color: Locust. HEX triplet: AA, B0 and 74. RGB value is (170,176,116). Sum of RGB (Red+Green+Blue) = 170+176+116=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB074 is #554F8B. Grayscale: #A7A7A7. Windows color (decimal): -5590924 or 7647402. OLE color: 7647402.
HSL color Cylindrical-coordinate representation of color #AAB074: hue angle of 66º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB074 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 116 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.31 |
| HSL | 66º | 0.28% | 0.57% | - |
| HSV(B) | 66º | 0.34% | 0.69% | - |
| XYZ | 35.26 | 40.86 | 22.55 | - |
| YUV | 167.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 116 | 0.03 | 0 | 0.34 | 0.31 | 66 | 0.28 | 0.57 |
| Hex | AA | B0 | 74 | 3 | 0 | 22 | 1F | 42 | 1C | 39 |
| Octal | 252 | 260 | 164 | 3 | 0 | 42 | 37 | 102 | 34 | 71 |
| Binary | 10101010 | 10110000 | 1110100 | 11 | 0 | 100010 | 11111 | 1000010 | 11100 | 111001 |
Color Harmonies of #AAB074
Complementary color
Monochromatic Colors of #AAB074
Black with #AAB074
Text Example
Text Example
White with #AAB074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB074; }
p { color: rgb(170,176,116); }
H1.HeaderClassName
{
color: #AAB074;
}
.AnyTagClassName
{
color: #AAB074;
}
</style>
background-color css
<style>
a { background-color: #AAB074; }
a { background-color: rgb(170,176,116); }
div.DivClassName
{
background-color: #AAB074;
}
.BgClassName
{
background-color: #AAB074;
}
</style>
border-color css
<style>
span { border-color: #AAB074; }
span { border-color: rgb(170,176,116); }
td.TdClassName
{
border-color: #AAB074;
}
.TagClassName
{
border-color: #AAB074;
}
</style>