Shades of Locust #AAB170
Tints of Locust #AAB170
RGB
CMYK
RGB Variations
Color information
#AAB170 (or 0xAAB170) is known color: Locust. HEX triplet: AA, B1 and 70. RGB value is (170,177,112). Sum of RGB (Red+Green+Blue) = 170+177+112=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB170 is #554E8F. Grayscale: #A7A7A7. Windows color (decimal): -5590672 or 7385514. OLE color: 7385514.
HSL color Cylindrical-coordinate representation of color #AAB170: hue angle of 66.46º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAB170 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 112 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.31 |
| HSL | 66.46º | 0.29% | 0.57% | - |
| HSV(B) | 66.46º | 0.37% | 0.69% | - |
| XYZ | 35.22 | 41.16 | 21.42 | - |
| YUV | 167.5 | 96.68 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 112 | 0.04 | 0 | 0.37 | 0.31 | 66.46 | 0.29 | 0.57 |
| Hex | AA | B1 | 70 | 4 | 0 | 25 | 1F | 42 | 1D | 39 |
| Octal | 252 | 261 | 160 | 4 | 0 | 45 | 37 | 102 | 35 | 71 |
| Binary | 10101010 | 10110001 | 1110000 | 100 | 0 | 100101 | 11111 | 1000010 | 11101 | 111001 |
Color Harmonies of #AAB170
Complementary color
Monochromatic Colors of #AAB170
Black with #AAB170
Text Example
Text Example
White with #AAB170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB170; }
p { color: rgb(170,177,112); }
H1.HeaderClassName
{
color: #AAB170;
}
.AnyTagClassName
{
color: #AAB170;
}
</style>
background-color css
<style>
a { background-color: #AAB170; }
a { background-color: rgb(170,177,112); }
div.DivClassName
{
background-color: #AAB170;
}
.BgClassName
{
background-color: #AAB170;
}
</style>
border-color css
<style>
span { border-color: #AAB170; }
span { border-color: rgb(170,177,112); }
td.TdClassName
{
border-color: #AAB170;
}
.TagClassName
{
border-color: #AAB170;
}
</style>