Shades of Locust #AAB474
Tints of Locust #AAB474
RGB
CMYK
RGB Variations
Color information
#AAB474 (or 0xAAB474) is known color: Locust. HEX triplet: AA, B4 and 74. RGB value is (170,180,116). Sum of RGB (Red+Green+Blue) = 170+180+116=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB474 is #554B8B. Grayscale: #A9A9A9. Windows color (decimal): -5589900 or 7648426. OLE color: 7648426.
HSL color Cylindrical-coordinate representation of color #AAB474: hue angle of 69.38º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAB474 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 116 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.29 |
| HSL | 69.38º | 0.3% | 0.58% | - |
| HSV(B) | 69.38º | 0.36% | 0.71% | - |
| XYZ | 36.05 | 42.45 | 22.82 | - |
| YUV | 169.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 116 | 0.06 | 0 | 0.36 | 0.29 | 69.38 | 0.3 | 0.58 |
| Hex | AA | B4 | 74 | 6 | 0 | 24 | 1D | 45 | 1E | 3A |
| Octal | 252 | 264 | 164 | 6 | 0 | 44 | 35 | 105 | 36 | 72 |
| Binary | 10101010 | 10110100 | 1110100 | 110 | 0 | 100100 | 11101 | 1000101 | 11110 | 111010 |
Color Harmonies of #AAB474
Complementary color
Monochromatic Colors of #AAB474
Black with #AAB474
Text Example
Text Example
White with #AAB474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB474; }
p { color: rgb(170,180,116); }
H1.HeaderClassName
{
color: #AAB474;
}
.AnyTagClassName
{
color: #AAB474;
}
</style>
background-color css
<style>
a { background-color: #AAB474; }
a { background-color: rgb(170,180,116); }
div.DivClassName
{
background-color: #AAB474;
}
.BgClassName
{
background-color: #AAB474;
}
</style>
border-color css
<style>
span { border-color: #AAB474; }
span { border-color: rgb(170,180,116); }
td.TdClassName
{
border-color: #AAB474;
}
.TagClassName
{
border-color: #AAB474;
}
</style>