Shades of Citrus #AAB30A
Tints of Citrus #AAB30A
RGB
CMYK
RGB Variations
Color information
#AAB30A (or 0xAAB30A) is known color: Citrus. HEX triplet: AA, B3 and 0A. RGB value is (170,179,10). Sum of RGB (Red+Green+Blue) = 170+179+10=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 179 (70.31% from 255 or 49.86% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB30A is #554CF5. Grayscale: #9D9D9D. Windows color (decimal): -5590262 or 701354. OLE color: 701354.
HSL color Cylindrical-coordinate representation of color #AAB30A: hue angle of 63.2º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAB30A is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 10 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.30 |
| HSL | 63.2º | 0.89% | 0.37% | - |
| HSV(B) | 63.2º | 0.94% | 0.7% | - |
| XYZ | 32.75 | 40.81 | 6.44 | - |
| YUV | 157.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 10 | 0.05 | 0 | 0.94 | 0.30 | 63.2 | 0.89 | 0.37 |
| Hex | AA | B3 | A | 5 | 0 | 5E | 1E | 3F | 59 | 25 |
| Octal | 252 | 263 | 12 | 5 | 0 | 136 | 36 | 77 | 131 | 45 |
| Binary | 10101010 | 10110011 | 1010 | 101 | 0 | 1011110 | 11110 | 111111 | 1011001 | 100101 |
Color Harmonies of #AAB30A
Complementary color
Monochromatic Colors of #AAB30A
Black with #AAB30A
Text Example
Text Example
White with #AAB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB30A; }
p { color: rgb(170,179,10); }
H1.HeaderClassName
{
color: #AAB30A;
}
.AnyTagClassName
{
color: #AAB30A;
}
</style>
background-color css
<style>
a { background-color: #AAB30A; }
a { background-color: rgb(170,179,10); }
div.DivClassName
{
background-color: #AAB30A;
}
.BgClassName
{
background-color: #AAB30A;
}
</style>
border-color css
<style>
span { border-color: #AAB30A; }
span { border-color: rgb(170,179,10); }
td.TdClassName
{
border-color: #AAB30A;
}
.TagClassName
{
border-color: #AAB30A;
}
</style>