Shades of Citrus #AAAB0A
Tints of Citrus #AAAB0A
RGB
CMYK
RGB Variations
Color information
#AAAB0A (or 0xAAAB0A) is known color: Citrus. HEX triplet: AA, AB and 0A. RGB value is (170,171,10). Sum of RGB (Red+Green+Blue) = 170+171+10=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB0A is #5554F5. Grayscale: #989898. Windows color (decimal): -5592310 or 699306. OLE color: 699306.
HSL color Cylindrical-coordinate representation of color #AAAB0A: hue angle of 60.37º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAAB0A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 10 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.33 |
| HSL | 60.37º | 0.89% | 0.35% | - |
| HSV(B) | 60.37º | 0.94% | 0.67% | - |
| XYZ | 31.2 | 37.69 | 5.92 | - |
| YUV | 152.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 10 | 0.01 | 0 | 0.94 | 0.33 | 60.37 | 0.89 | 0.35 |
| Hex | AA | AB | A | 1 | 0 | 5E | 21 | 3C | 59 | 23 |
| Octal | 252 | 253 | 12 | 1 | 0 | 136 | 41 | 74 | 131 | 43 |
| Binary | 10101010 | 10101011 | 1010 | 1 | 0 | 1011110 | 100001 | 111100 | 1011001 | 100011 |
Color Harmonies of #AAAB0A
Complementary color
Monochromatic Colors of #AAAB0A
Black with #AAAB0A
Text Example
Text Example
White with #AAAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB0A; }
p { color: rgb(170,171,10); }
H1.HeaderClassName
{
color: #AAAB0A;
}
.AnyTagClassName
{
color: #AAAB0A;
}
</style>
background-color css
<style>
a { background-color: #AAAB0A; }
a { background-color: rgb(170,171,10); }
div.DivClassName
{
background-color: #AAAB0A;
}
.BgClassName
{
background-color: #AAAB0A;
}
</style>
border-color css
<style>
span { border-color: #AAAB0A; }
span { border-color: rgb(170,171,10); }
td.TdClassName
{
border-color: #AAAB0A;
}
.TagClassName
{
border-color: #AAAB0A;
}
</style>