Shades of Citrus #AAAB0B
Tints of Citrus #AAAB0B
RGB
CMYK
RGB Variations
Color information
#AAAB0B (or 0xAAAB0B) is known color: Citrus. HEX triplet: AA, AB and 0B. RGB value is (170,171,11). Sum of RGB (Red+Green+Blue) = 170+171+11=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB0B is #5554F4. Grayscale: #999999. Windows color (decimal): -5592309 or 764842. OLE color: 764842.
HSL color Cylindrical-coordinate representation of color #AAAB0B: hue angle of 60.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAAB0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.33 |
| HSL | 60.38º | 0.88% | 0.36% | - |
| HSV(B) | 60.38º | 0.94% | 0.67% | - |
| XYZ | 31.2 | 37.7 | 5.95 | - |
| YUV | 152.46 | 48.17 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 11 | 0.01 | 0 | 0.94 | 0.33 | 60.38 | 0.88 | 0.36 |
| Hex | AA | AB | B | 1 | 0 | 5E | 21 | 3C | 58 | 24 |
| Octal | 252 | 253 | 13 | 1 | 0 | 136 | 41 | 74 | 130 | 44 |
| Binary | 10101010 | 10101011 | 1011 | 1 | 0 | 1011110 | 100001 | 111100 | 1011000 | 100100 |
Color Harmonies of #AAAB0B
Complementary color
Monochromatic Colors of #AAAB0B
Black with #AAAB0B
Text Example
Text Example
White with #AAAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB0B; }
p { color: rgb(170,171,11); }
H1.HeaderClassName
{
color: #AAAB0B;
}
.AnyTagClassName
{
color: #AAAB0B;
}
</style>
background-color css
<style>
a { background-color: #AAAB0B; }
a { background-color: rgb(170,171,11); }
div.DivClassName
{
background-color: #AAAB0B;
}
.BgClassName
{
background-color: #AAAB0B;
}
</style>
border-color css
<style>
span { border-color: #AAAB0B; }
span { border-color: rgb(170,171,11); }
td.TdClassName
{
border-color: #AAAB0B;
}
.TagClassName
{
border-color: #AAAB0B;
}
</style>