Shades of Locust #AAAA73
Tints of Locust #AAAA73
RGB
CMYK
RGB Variations
Color information
#AAAA73 (or 0xAAAA73) is known color: Locust. HEX triplet: AA, AA and 73. RGB value is (170,170,115). Sum of RGB (Red+Green+Blue) = 170+170+115=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAA73 is #55558C. Grayscale: #A3A3A3. Windows color (decimal): -5592461 or 7580330. OLE color: 7580330.
HSL color Cylindrical-coordinate representation of color #AAAA73: hue angle of 60º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAAA73 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 115 | - |
| CMYK | 0 | 0 | 0.32 | 0.33 |
| HSL | 60º | 0.24% | 0.56% | - |
| HSV(B) | 60º | 0.32% | 0.67% | - |
| XYZ | 34.05 | 38.53 | 21.86 | - |
| YUV | 163.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 115 | 0 | 0 | 0.32 | 0.33 | 60 | 0.24 | 0.56 |
| Hex | AA | AA | 73 | 0 | 0 | 20 | 21 | 3C | 18 | 38 |
| Octal | 252 | 252 | 163 | 0 | 0 | 40 | 41 | 74 | 30 | 70 |
| Binary | 10101010 | 10101010 | 1110011 | 0 | 0 | 100000 | 100001 | 111100 | 11000 | 111000 |
Color Harmonies of #AAAA73
Complementary color
Monochromatic Colors of #AAAA73
Black with #AAAA73
Text Example
Text Example
White with #AAAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA73; }
p { color: rgb(170,170,115); }
H1.HeaderClassName
{
color: #AAAA73;
}
.AnyTagClassName
{
color: #AAAA73;
}
</style>
background-color css
<style>
a { background-color: #AAAA73; }
a { background-color: rgb(170,170,115); }
div.DivClassName
{
background-color: #AAAA73;
}
.BgClassName
{
background-color: #AAAA73;
}
</style>
border-color css
<style>
span { border-color: #AAAA73; }
span { border-color: rgb(170,170,115); }
td.TdClassName
{
border-color: #AAAA73;
}
.TagClassName
{
border-color: #AAAA73;
}
</style>