Shades of Citrus #AAB114
Tints of Citrus #AAB114
RGB
CMYK
RGB Variations
Color information
#AAB114 (or 0xAAB114) is known color: Citrus. HEX triplet: AA, B1 and 14. RGB value is (170,177,20). Sum of RGB (Red+Green+Blue) = 170+177+20=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB114 is #554EEB. Grayscale: #9D9D9D. Windows color (decimal): -5590764 or 1356202. OLE color: 1356202.
HSL color Cylindrical-coordinate representation of color #AAB114: hue angle of 62.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAB114 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 20 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.31 |
| HSL | 62.68º | 0.8% | 0.39% | - |
| HSV(B) | 62.68º | 0.89% | 0.69% | - |
| XYZ | 32.43 | 40.04 | 6.68 | - |
| YUV | 157.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 20 | 0.04 | 0 | 0.89 | 0.31 | 62.68 | 0.8 | 0.39 |
| Hex | AA | B1 | 14 | 4 | 0 | 59 | 1F | 3F | 50 | 27 |
| Octal | 252 | 261 | 24 | 4 | 0 | 131 | 37 | 77 | 120 | 47 |
| Binary | 10101010 | 10110001 | 10100 | 100 | 0 | 1011001 | 11111 | 111111 | 1010000 | 100111 |
Color Harmonies of #AAB114
Complementary color
Monochromatic Colors of #AAB114
Black with #AAB114
Text Example
Text Example
White with #AAB114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB114; }
p { color: rgb(170,177,20); }
H1.HeaderClassName
{
color: #AAB114;
}
.AnyTagClassName
{
color: #AAB114;
}
</style>
background-color css
<style>
a { background-color: #AAB114; }
a { background-color: rgb(170,177,20); }
div.DivClassName
{
background-color: #AAB114;
}
.BgClassName
{
background-color: #AAB114;
}
</style>
border-color css
<style>
span { border-color: #AAB114; }
span { border-color: rgb(170,177,20); }
td.TdClassName
{
border-color: #AAB114;
}
.TagClassName
{
border-color: #AAB114;
}
</style>