Shades of Citrus #AAB60E
Tints of Citrus #AAB60E
RGB
CMYK
RGB Variations
Color information
#AAB60E (or 0xAAB60E) is known color: Citrus. HEX triplet: AA, B6 and 0E. RGB value is (170,182,14). Sum of RGB (Red+Green+Blue) = 170+182+14=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB60E is #5549F1. Grayscale: #9F9F9F. Windows color (decimal): -5589490 or 964266. OLE color: 964266.
HSL color Cylindrical-coordinate representation of color #AAB60E: hue angle of 64.29º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAB60E is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 14 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.29 |
| HSL | 64.29º | 0.86% | 0.38% | - |
| HSV(B) | 64.29º | 0.92% | 0.71% | - |
| XYZ | 33.38 | 42.03 | 6.77 | - |
| YUV | 159.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 14 | 0.07 | 0 | 0.92 | 0.29 | 64.29 | 0.86 | 0.38 |
| Hex | AA | B6 | E | 7 | 0 | 5C | 1D | 40 | 56 | 26 |
| Octal | 252 | 266 | 16 | 7 | 0 | 134 | 35 | 100 | 126 | 46 |
| Binary | 10101010 | 10110110 | 1110 | 111 | 0 | 1011100 | 11101 | 1000000 | 1010110 | 100110 |
Color Harmonies of #AAB60E
Complementary color
Monochromatic Colors of #AAB60E
Black with #AAB60E
Text Example
Text Example
White with #AAB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB60E; }
p { color: rgb(170,182,14); }
H1.HeaderClassName
{
color: #AAB60E;
}
.AnyTagClassName
{
color: #AAB60E;
}
</style>
background-color css
<style>
a { background-color: #AAB60E; }
a { background-color: rgb(170,182,14); }
div.DivClassName
{
background-color: #AAB60E;
}
.BgClassName
{
background-color: #AAB60E;
}
</style>
border-color css
<style>
span { border-color: #AAB60E; }
span { border-color: rgb(170,182,14); }
td.TdClassName
{
border-color: #AAB60E;
}
.TagClassName
{
border-color: #AAB60E;
}
</style>