Shades of Locust #AAB476
Tints of Locust #AAB476
RGB
CMYK
RGB Variations
Color information
#AAB476 (or 0xAAB476) is known color: Locust. HEX triplet: AA, B4 and 76. RGB value is (170,180,118). Sum of RGB (Red+Green+Blue) = 170+180+118=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB476 is #554B89. Grayscale: #AAAAAA. Windows color (decimal): -5589898 or 7779498. OLE color: 7779498.
HSL color Cylindrical-coordinate representation of color #AAB476: hue angle of 69.68º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB476 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 118 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.29 |
| HSL | 69.68º | 0.29% | 0.58% | - |
| HSV(B) | 69.68º | 0.34% | 0.71% | - |
| XYZ | 36.17 | 42.5 | 23.44 | - |
| YUV | 169.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 118 | 0.06 | 0 | 0.34 | 0.29 | 69.68 | 0.29 | 0.58 |
| Hex | AA | B4 | 76 | 6 | 0 | 22 | 1D | 46 | 1D | 3A |
| Octal | 252 | 264 | 166 | 6 | 0 | 42 | 35 | 106 | 35 | 72 |
| Binary | 10101010 | 10110100 | 1110110 | 110 | 0 | 100010 | 11101 | 1000110 | 11101 | 111010 |
Color Harmonies of #AAB476
Complementary color
Monochromatic Colors of #AAB476
Black with #AAB476
Text Example
Text Example
White with #AAB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB476; }
p { color: rgb(170,180,118); }
H1.HeaderClassName
{
color: #AAB476;
}
.AnyTagClassName
{
color: #AAB476;
}
</style>
background-color css
<style>
a { background-color: #AAB476; }
a { background-color: rgb(170,180,118); }
div.DivClassName
{
background-color: #AAB476;
}
.BgClassName
{
background-color: #AAB476;
}
</style>
border-color css
<style>
span { border-color: #AAB476; }
span { border-color: rgb(170,180,118); }
td.TdClassName
{
border-color: #AAB476;
}
.TagClassName
{
border-color: #AAB476;
}
</style>