Shades of Citrus #AAB511
Tints of Citrus #AAB511
RGB
CMYK
RGB Variations
Color information
#AAB511 (or 0xAAB511) is known color: Citrus. HEX triplet: AA, B5 and 11. RGB value is (170,181,17). Sum of RGB (Red+Green+Blue) = 170+181+17=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB511 is #554AEE. Grayscale: #9F9F9F. Windows color (decimal): -5589743 or 1160618. OLE color: 1160618.
HSL color Cylindrical-coordinate representation of color #AAB511: hue angle of 64.02º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB511 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.29 |
| HSL | 64.02º | 0.83% | 0.39% | - |
| HSV(B) | 64.02º | 0.91% | 0.71% | - |
| XYZ | 33.2 | 41.63 | 6.82 | - |
| YUV | 159.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 17 | 0.06 | 0 | 0.91 | 0.29 | 64.02 | 0.83 | 0.39 |
| Hex | AA | B5 | 11 | 6 | 0 | 5B | 1D | 40 | 53 | 27 |
| Octal | 252 | 265 | 21 | 6 | 0 | 133 | 35 | 100 | 123 | 47 |
| Binary | 10101010 | 10110101 | 10001 | 110 | 0 | 1011011 | 11101 | 1000000 | 1010011 | 100111 |
Color Harmonies of #AAB511
Complementary color
Monochromatic Colors of #AAB511
Black with #AAB511
Text Example
Text Example
White with #AAB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB511; }
p { color: rgb(170,181,17); }
H1.HeaderClassName
{
color: #AAB511;
}
.AnyTagClassName
{
color: #AAB511;
}
</style>
background-color css
<style>
a { background-color: #AAB511; }
a { background-color: rgb(170,181,17); }
div.DivClassName
{
background-color: #AAB511;
}
.BgClassName
{
background-color: #AAB511;
}
</style>
border-color css
<style>
span { border-color: #AAB511; }
span { border-color: rgb(170,181,17); }
td.TdClassName
{
border-color: #AAB511;
}
.TagClassName
{
border-color: #AAB511;
}
</style>