Shades of Locust #AAAA7B
Tints of Locust #AAAA7B
RGB
CMYK
RGB Variations
Color information
#AAAA7B (or 0xAAAA7B) is known color: Locust. HEX triplet: AA, AA and 7B. RGB value is (170,170,123). Sum of RGB (Red+Green+Blue) = 170+170+123=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA7B is #555584. Grayscale: #A4A4A4. Windows color (decimal): -5592453 or 8104618. OLE color: 8104618.
HSL color Cylindrical-coordinate representation of color #AAAA7B: hue angle of 60º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAAA7B is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 123 | - |
| CMYK | 0 | 0 | 0.28 | 0.33 |
| HSL | 60º | 0.22% | 0.57% | - |
| HSV(B) | 60º | 0.28% | 0.67% | - |
| XYZ | 34.53 | 38.73 | 24.39 | - |
| YUV | 164.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 123 | 0 | 0 | 0.28 | 0.33 | 60 | 0.22 | 0.57 |
| Hex | AA | AA | 7B | 0 | 0 | 1C | 21 | 3C | 16 | 39 |
| Octal | 252 | 252 | 173 | 0 | 0 | 34 | 41 | 74 | 26 | 71 |
| Binary | 10101010 | 10101010 | 1111011 | 0 | 0 | 11100 | 100001 | 111100 | 10110 | 111001 |
Color Harmonies of #AAAA7B
Complementary color
Monochromatic Colors of #AAAA7B
Black with #AAAA7B
Text Example
Text Example
White with #AAAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA7B; }
p { color: rgb(170,170,123); }
H1.HeaderClassName
{
color: #AAAA7B;
}
.AnyTagClassName
{
color: #AAAA7B;
}
</style>
background-color css
<style>
a { background-color: #AAAA7B; }
a { background-color: rgb(170,170,123); }
div.DivClassName
{
background-color: #AAAA7B;
}
.BgClassName
{
background-color: #AAAA7B;
}
</style>
border-color css
<style>
span { border-color: #AAAA7B; }
span { border-color: rgb(170,170,123); }
td.TdClassName
{
border-color: #AAAA7B;
}
.TagClassName
{
border-color: #AAAA7B;
}
</style>