Shades of Citrus #AAB20A
Tints of Citrus #AAB20A
RGB
CMYK
RGB Variations
Color information
#AAB20A (or 0xAAB20A) is known color: Citrus. HEX triplet: AA, B2 and 0A. RGB value is (170,178,10). Sum of RGB (Red+Green+Blue) = 170+178+10=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB20A is #554DF5. Grayscale: #9D9D9D. Windows color (decimal): -5590518 or 701098. OLE color: 701098.
HSL color Cylindrical-coordinate representation of color #AAB20A: hue angle of 62.86º 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 #AAB20A is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 10 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.30 |
| HSL | 62.86º | 0.89% | 0.37% | - |
| HSV(B) | 62.86º | 0.94% | 0.7% | - |
| XYZ | 32.55 | 40.41 | 6.37 | - |
| YUV | 156.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 10 | 0.04 | 0 | 0.94 | 0.30 | 62.86 | 0.89 | 0.37 |
| Hex | AA | B2 | A | 4 | 0 | 5E | 1E | 3F | 59 | 25 |
| Octal | 252 | 262 | 12 | 4 | 0 | 136 | 36 | 77 | 131 | 45 |
| Binary | 10101010 | 10110010 | 1010 | 100 | 0 | 1011110 | 11110 | 111111 | 1011001 | 100101 |
Color Harmonies of #AAB20A
Complementary color
Monochromatic Colors of #AAB20A
Black with #AAB20A
Text Example
Text Example
White with #AAB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB20A; }
p { color: rgb(170,178,10); }
H1.HeaderClassName
{
color: #AAB20A;
}
.AnyTagClassName
{
color: #AAB20A;
}
</style>
background-color css
<style>
a { background-color: #AAB20A; }
a { background-color: rgb(170,178,10); }
div.DivClassName
{
background-color: #AAB20A;
}
.BgClassName
{
background-color: #AAB20A;
}
</style>
border-color css
<style>
span { border-color: #AAB20A; }
span { border-color: rgb(170,178,10); }
td.TdClassName
{
border-color: #AAB20A;
}
.TagClassName
{
border-color: #AAB20A;
}
</style>