Shades of Locust #AAB075
Tints of Locust #AAB075
RGB
CMYK
RGB Variations
Color information
#AAB075 (or 0xAAB075) is known color: Locust. HEX triplet: AA, B0 and 75. RGB value is (170,176,117). Sum of RGB (Red+Green+Blue) = 170+176+117=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB075 is #554F8A. Grayscale: #A7A7A7. Windows color (decimal): -5590923 or 7712938. OLE color: 7712938.
HSL color Cylindrical-coordinate representation of color #AAB075: hue angle of 66.1º degrees, saturation: 0.27, 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 #AAB075 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 117 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.31 |
| HSL | 66.1º | 0.27% | 0.57% | - |
| HSV(B) | 66.1º | 0.34% | 0.69% | - |
| XYZ | 35.31 | 40.88 | 22.86 | - |
| YUV | 167.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 117 | 0.03 | 0 | 0.34 | 0.31 | 66.1 | 0.27 | 0.57 |
| Hex | AA | B0 | 75 | 3 | 0 | 22 | 1F | 42 | 1B | 39 |
| Octal | 252 | 260 | 165 | 3 | 0 | 42 | 37 | 102 | 33 | 71 |
| Binary | 10101010 | 10110000 | 1110101 | 11 | 0 | 100010 | 11111 | 1000010 | 11011 | 111001 |
Color Harmonies of #AAB075
Complementary color
Monochromatic Colors of #AAB075
Black with #AAB075
Text Example
Text Example
White with #AAB075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB075; }
p { color: rgb(170,176,117); }
H1.HeaderClassName
{
color: #AAB075;
}
.AnyTagClassName
{
color: #AAB075;
}
</style>
background-color css
<style>
a { background-color: #AAB075; }
a { background-color: rgb(170,176,117); }
div.DivClassName
{
background-color: #AAB075;
}
.BgClassName
{
background-color: #AAB075;
}
</style>
border-color css
<style>
span { border-color: #AAB075; }
span { border-color: rgb(170,176,117); }
td.TdClassName
{
border-color: #AAB075;
}
.TagClassName
{
border-color: #AAB075;
}
</style>