Shades of Locust #AAB076
Tints of Locust #AAB076
RGB
CMYK
RGB Variations
Color information
#AAB076 (or 0xAAB076) is known color: Locust. HEX triplet: AA, B0 and 76. RGB value is (170,176,118). Sum of RGB (Red+Green+Blue) = 170+176+118=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB076 is #554F89. Grayscale: #A7A7A7. Windows color (decimal): -5590922 or 7778474. OLE color: 7778474.
HSL color Cylindrical-coordinate representation of color #AAB076: hue angle of 66.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB076 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 118 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.31 |
| HSL | 66.21º | 0.27% | 0.58% | - |
| HSV(B) | 66.21º | 0.33% | 0.69% | - |
| XYZ | 35.37 | 40.9 | 23.17 | - |
| YUV | 167.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 118 | 0.03 | 0 | 0.33 | 0.31 | 66.21 | 0.27 | 0.58 |
| Hex | AA | B0 | 76 | 3 | 0 | 21 | 1F | 42 | 1B | 3A |
| Octal | 252 | 260 | 166 | 3 | 0 | 41 | 37 | 102 | 33 | 72 |
| Binary | 10101010 | 10110000 | 1110110 | 11 | 0 | 100001 | 11111 | 1000010 | 11011 | 111010 |
Color Harmonies of #AAB076
Complementary color
Monochromatic Colors of #AAB076
Black with #AAB076
Text Example
Text Example
White with #AAB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB076; }
p { color: rgb(170,176,118); }
H1.HeaderClassName
{
color: #AAB076;
}
.AnyTagClassName
{
color: #AAB076;
}
</style>
background-color css
<style>
a { background-color: #AAB076; }
a { background-color: rgb(170,176,118); }
div.DivClassName
{
background-color: #AAB076;
}
.BgClassName
{
background-color: #AAB076;
}
</style>
border-color css
<style>
span { border-color: #AAB076; }
span { border-color: rgb(170,176,118); }
td.TdClassName
{
border-color: #AAB076;
}
.TagClassName
{
border-color: #AAB076;
}
</style>