Shades of Citrus #AAB110
Tints of Citrus #AAB110
RGB
CMYK
RGB Variations
Color information
#AAB110 (or 0xAAB110) is known color: Citrus. HEX triplet: AA, B1 and 10. RGB value is (170,177,16). Sum of RGB (Red+Green+Blue) = 170+177+16=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 177 (69.53% from 255 or 48.76% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB110 is #554EEF. Grayscale: #9D9D9D. Windows color (decimal): -5590768 or 1094058. OLE color: 1094058.
HSL color Cylindrical-coordinate representation of color #AAB110: hue angle of 62.61º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB110 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 16 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.31 |
| HSL | 62.61º | 0.83% | 0.38% | - |
| HSV(B) | 62.61º | 0.91% | 0.69% | - |
| XYZ | 32.39 | 40.03 | 6.51 | - |
| YUV | 156.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 16 | 0.04 | 0 | 0.91 | 0.31 | 62.61 | 0.83 | 0.38 |
| Hex | AA | B1 | 10 | 4 | 0 | 5B | 1F | 3F | 53 | 26 |
| Octal | 252 | 261 | 20 | 4 | 0 | 133 | 37 | 77 | 123 | 46 |
| Binary | 10101010 | 10110001 | 10000 | 100 | 0 | 1011011 | 11111 | 111111 | 1010011 | 100110 |
Color Harmonies of #AAB110
Complementary color
Monochromatic Colors of #AAB110
Black with #AAB110
Text Example
Text Example
White with #AAB110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB110; }
p { color: rgb(170,177,16); }
H1.HeaderClassName
{
color: #AAB110;
}
.AnyTagClassName
{
color: #AAB110;
}
</style>
background-color css
<style>
a { background-color: #AAB110; }
a { background-color: rgb(170,177,16); }
div.DivClassName
{
background-color: #AAB110;
}
.BgClassName
{
background-color: #AAB110;
}
</style>
border-color css
<style>
span { border-color: #AAB110; }
span { border-color: rgb(170,177,16); }
td.TdClassName
{
border-color: #AAB110;
}
.TagClassName
{
border-color: #AAB110;
}
</style>