Shades of Locust #AAB072
Tints of Locust #AAB072
RGB
CMYK
RGB Variations
Color information
#AAB072 (or 0xAAB072) is known color: Locust. HEX triplet: AA, B0 and 72. RGB value is (170,176,114). Sum of RGB (Red+Green+Blue) = 170+176+114=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 176 (69.14% from 255 or 38.26% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB072 is #554F8D. Grayscale: #A7A7A7. Windows color (decimal): -5590926 or 7516330. OLE color: 7516330.
HSL color Cylindrical-coordinate representation of color #AAB072: hue angle of 65.81º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAB072 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 114 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.31 |
| HSL | 65.81º | 0.28% | 0.57% | - |
| HSV(B) | 65.81º | 0.35% | 0.69% | - |
| XYZ | 35.14 | 40.81 | 21.94 | - |
| YUV | 167.14 | 98.01 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 114 | 0.03 | 0 | 0.35 | 0.31 | 65.81 | 0.28 | 0.57 |
| Hex | AA | B0 | 72 | 3 | 0 | 23 | 1F | 42 | 1C | 39 |
| Octal | 252 | 260 | 162 | 3 | 0 | 43 | 37 | 102 | 34 | 71 |
| Binary | 10101010 | 10110000 | 1110010 | 11 | 0 | 100011 | 11111 | 1000010 | 11100 | 111001 |
Color Harmonies of #AAB072
Complementary color
Monochromatic Colors of #AAB072
Black with #AAB072
Text Example
Text Example
White with #AAB072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB072; }
p { color: rgb(170,176,114); }
H1.HeaderClassName
{
color: #AAB072;
}
.AnyTagClassName
{
color: #AAB072;
}
</style>
background-color css
<style>
a { background-color: #AAB072; }
a { background-color: rgb(170,176,114); }
div.DivClassName
{
background-color: #AAB072;
}
.BgClassName
{
background-color: #AAB072;
}
</style>
border-color css
<style>
span { border-color: #AAB072; }
span { border-color: rgb(170,176,114); }
td.TdClassName
{
border-color: #AAB072;
}
.TagClassName
{
border-color: #AAB072;
}
</style>