Shades of Locust #AAB173
Tints of Locust #AAB173
RGB
CMYK
RGB Variations
Color information
#AAB173 (or 0xAAB173) is known color: Locust. HEX triplet: AA, B1 and 73. RGB value is (170,177,115). Sum of RGB (Red+Green+Blue) = 170+177+115=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB173 is #554E8C. Grayscale: #A8A8A8. Windows color (decimal): -5590669 or 7582122. OLE color: 7582122.
HSL color Cylindrical-coordinate representation of color #AAB173: hue angle of 66.77º 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 #AAB173 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 115 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.31 |
| HSL | 66.77º | 0.28% | 0.57% | - |
| HSV(B) | 66.77º | 0.35% | 0.69% | - |
| XYZ | 35.39 | 41.23 | 22.31 | - |
| YUV | 167.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 115 | 0.04 | 0 | 0.35 | 0.31 | 66.77 | 0.28 | 0.57 |
| Hex | AA | B1 | 73 | 4 | 0 | 23 | 1F | 43 | 1C | 39 |
| Octal | 252 | 261 | 163 | 4 | 0 | 43 | 37 | 103 | 34 | 71 |
| Binary | 10101010 | 10110001 | 1110011 | 100 | 0 | 100011 | 11111 | 1000011 | 11100 | 111001 |
Color Harmonies of #AAB173
Complementary color
Monochromatic Colors of #AAB173
Black with #AAB173
Text Example
Text Example
White with #AAB173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB173; }
p { color: rgb(170,177,115); }
H1.HeaderClassName
{
color: #AAB173;
}
.AnyTagClassName
{
color: #AAB173;
}
</style>
background-color css
<style>
a { background-color: #AAB173; }
a { background-color: rgb(170,177,115); }
div.DivClassName
{
background-color: #AAB173;
}
.BgClassName
{
background-color: #AAB173;
}
</style>
border-color css
<style>
span { border-color: #AAB173; }
span { border-color: rgb(170,177,115); }
td.TdClassName
{
border-color: #AAB173;
}
.TagClassName
{
border-color: #AAB173;
}
</style>