Shades of Locust #AAB271
Tints of Locust #AAB271
RGB
CMYK
RGB Variations
Color information
#AAB271 (or 0xAAB271) is known color: Locust. HEX triplet: AA, B2 and 71. RGB value is (170,178,113). Sum of RGB (Red+Green+Blue) = 170+178+113=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB271 is #554D8E. Grayscale: #A8A8A8. Windows color (decimal): -5590415 or 7451306. OLE color: 7451306.
HSL color Cylindrical-coordinate representation of color #AAB271: hue angle of 67.38º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB271 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 113 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.30 |
| HSL | 67.38º | 0.3% | 0.57% | - |
| HSV(B) | 67.38º | 0.37% | 0.7% | - |
| XYZ | 35.48 | 41.58 | 21.78 | - |
| YUV | 168.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 113 | 0.04 | 0 | 0.37 | 0.30 | 67.38 | 0.3 | 0.57 |
| Hex | AA | B2 | 71 | 4 | 0 | 25 | 1E | 43 | 1E | 39 |
| Octal | 252 | 262 | 161 | 4 | 0 | 45 | 36 | 103 | 36 | 71 |
| Binary | 10101010 | 10110010 | 1110001 | 100 | 0 | 100101 | 11110 | 1000011 | 11110 | 111001 |
Color Harmonies of #AAB271
Complementary color
Monochromatic Colors of #AAB271
Black with #AAB271
Text Example
Text Example
White with #AAB271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB271; }
p { color: rgb(170,178,113); }
H1.HeaderClassName
{
color: #AAB271;
}
.AnyTagClassName
{
color: #AAB271;
}
</style>
background-color css
<style>
a { background-color: #AAB271; }
a { background-color: rgb(170,178,113); }
div.DivClassName
{
background-color: #AAB271;
}
.BgClassName
{
background-color: #AAB271;
}
</style>
border-color css
<style>
span { border-color: #AAB271; }
span { border-color: rgb(170,178,113); }
td.TdClassName
{
border-color: #AAB271;
}
.TagClassName
{
border-color: #AAB271;
}
</style>