Shades of Citrus #AAB112
Tints of Citrus #AAB112
RGB
CMYK
RGB Variations
Color information
#AAB112 (or 0xAAB112) is known color: Citrus. HEX triplet: AA, B1 and 12. RGB value is (170,177,18). Sum of RGB (Red+Green+Blue) = 170+177+18=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 177 (69.53% from 255 or 48.49% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB112 is #554EED. Grayscale: #9D9D9D. Windows color (decimal): -5590766 or 1225130. OLE color: 1225130.
HSL color Cylindrical-coordinate representation of color #AAB112: hue angle of 62.64º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAB112 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 18 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.31 |
| HSL | 62.64º | 0.82% | 0.38% | - |
| HSV(B) | 62.64º | 0.9% | 0.69% | - |
| XYZ | 32.41 | 40.03 | 6.59 | - |
| YUV | 156.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 18 | 0.04 | 0 | 0.90 | 0.31 | 62.64 | 0.82 | 0.38 |
| Hex | AA | B1 | 12 | 4 | 0 | 5A | 1F | 3F | 52 | 26 |
| Octal | 252 | 261 | 22 | 4 | 0 | 132 | 37 | 77 | 122 | 46 |
| Binary | 10101010 | 10110001 | 10010 | 100 | 0 | 1011010 | 11111 | 111111 | 1010010 | 100110 |
Color Harmonies of #AAB112
Complementary color
Monochromatic Colors of #AAB112
Black with #AAB112
Text Example
Text Example
White with #AAB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB112; }
p { color: rgb(170,177,18); }
H1.HeaderClassName
{
color: #AAB112;
}
.AnyTagClassName
{
color: #AAB112;
}
</style>
background-color css
<style>
a { background-color: #AAB112; }
a { background-color: rgb(170,177,18); }
div.DivClassName
{
background-color: #AAB112;
}
.BgClassName
{
background-color: #AAB112;
}
</style>
border-color css
<style>
span { border-color: #AAB112; }
span { border-color: rgb(170,177,18); }
td.TdClassName
{
border-color: #AAB112;
}
.TagClassName
{
border-color: #AAB112;
}
</style>