Shades of Citrus #AAB60A
Tints of Citrus #AAB60A
RGB
CMYK
RGB Variations
Color information
#AAB60A (or 0xAAB60A) is known color: Citrus. HEX triplet: AA, B6 and 0A. RGB value is (170,182,10). Sum of RGB (Red+Green+Blue) = 170+182+10=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 10 (4.30% from 255 or 2.76% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB60A is #5549F5. Grayscale: #9F9F9F. Windows color (decimal): -5589494 or 702122. OLE color: 702122.
HSL color Cylindrical-coordinate representation of color #AAB60A: hue angle of 64.19º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB60A is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 10 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.29 |
| HSL | 64.19º | 0.9% | 0.38% | - |
| HSV(B) | 64.19º | 0.95% | 0.71% | - |
| XYZ | 33.36 | 42.02 | 6.64 | - |
| YUV | 158.8 | 44.02 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 10 | 0.07 | 0 | 0.95 | 0.29 | 64.19 | 0.9 | 0.38 |
| Hex | AA | B6 | A | 7 | 0 | 5F | 1D | 40 | 5A | 26 |
| Octal | 252 | 266 | 12 | 7 | 0 | 137 | 35 | 100 | 132 | 46 |
| Binary | 10101010 | 10110110 | 1010 | 111 | 0 | 1011111 | 11101 | 1000000 | 1011010 | 100110 |
Color Harmonies of #AAB60A
Complementary color
Monochromatic Colors of #AAB60A
Black with #AAB60A
Text Example
Text Example
White with #AAB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB60A; }
p { color: rgb(170,182,10); }
H1.HeaderClassName
{
color: #AAB60A;
}
.AnyTagClassName
{
color: #AAB60A;
}
</style>
background-color css
<style>
a { background-color: #AAB60A; }
a { background-color: rgb(170,182,10); }
div.DivClassName
{
background-color: #AAB60A;
}
.BgClassName
{
background-color: #AAB60A;
}
</style>
border-color css
<style>
span { border-color: #AAB60A; }
span { border-color: rgb(170,182,10); }
td.TdClassName
{
border-color: #AAB60A;
}
.TagClassName
{
border-color: #AAB60A;
}
</style>