Shades of Citrus #AAAB0F
Tints of Citrus #AAAB0F
RGB
CMYK
RGB Variations
Color information
#AAAB0F (or 0xAAAB0F) is known color: Citrus. HEX triplet: AA, AB and 0F. RGB value is (170,171,15). Sum of RGB (Red+Green+Blue) = 170+171+15=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB0F is #5554F0. Grayscale: #999999. Windows color (decimal): -5592305 or 1026986. OLE color: 1026986.
HSL color Cylindrical-coordinate representation of color #AAAB0F: hue angle of 60.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAB0F is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 15 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.33 |
| HSL | 60.38º | 0.84% | 0.36% | - |
| HSV(B) | 60.38º | 0.91% | 0.67% | - |
| XYZ | 31.23 | 37.71 | 6.08 | - |
| YUV | 152.92 | 50.17 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 15 | 0.01 | 0 | 0.91 | 0.33 | 60.38 | 0.84 | 0.36 |
| Hex | AA | AB | F | 1 | 0 | 5B | 21 | 3C | 54 | 24 |
| Octal | 252 | 253 | 17 | 1 | 0 | 133 | 41 | 74 | 124 | 44 |
| Binary | 10101010 | 10101011 | 1111 | 1 | 0 | 1011011 | 100001 | 111100 | 1010100 | 100100 |
Color Harmonies of #AAAB0F
Complementary color
Monochromatic Colors of #AAAB0F
Black with #AAAB0F
Text Example
Text Example
White with #AAAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB0F; }
p { color: rgb(170,171,15); }
H1.HeaderClassName
{
color: #AAAB0F;
}
.AnyTagClassName
{
color: #AAAB0F;
}
</style>
background-color css
<style>
a { background-color: #AAAB0F; }
a { background-color: rgb(170,171,15); }
div.DivClassName
{
background-color: #AAAB0F;
}
.BgClassName
{
background-color: #AAAB0F;
}
</style>
border-color css
<style>
span { border-color: #AAAB0F; }
span { border-color: rgb(170,171,15); }
td.TdClassName
{
border-color: #AAAB0F;
}
.TagClassName
{
border-color: #AAAB0F;
}
</style>