Shades of Citrus #AAB811
Tints of Citrus #AAB811
RGB
CMYK
RGB Variations
Color information
#AAB811 (or 0xAAB811) is known color: Citrus. HEX triplet: AA, B8 and 11. RGB value is (170,184,17). Sum of RGB (Red+Green+Blue) = 170+184+17=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB811 is #5547EE. Grayscale: #A1A1A1. Windows color (decimal): -5588975 or 1161386. OLE color: 1161386.
HSL color Cylindrical-coordinate representation of color #AAB811: hue angle of 65.03º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB811 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.28 |
| HSL | 65.03º | 0.83% | 0.39% | - |
| HSV(B) | 65.03º | 0.91% | 0.72% | - |
| XYZ | 33.82 | 42.87 | 7.02 | - |
| YUV | 160.78 | 46.86 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 17 | 0.08 | 0 | 0.91 | 0.28 | 65.03 | 0.83 | 0.39 |
| Hex | AA | B8 | 11 | 8 | 0 | 5B | 1C | 41 | 53 | 27 |
| Octal | 252 | 270 | 21 | 10 | 0 | 133 | 34 | 101 | 123 | 47 |
| Binary | 10101010 | 10111000 | 10001 | 1000 | 0 | 1011011 | 11100 | 1000001 | 1010011 | 100111 |
Color Harmonies of #AAB811
Complementary color
Monochromatic Colors of #AAB811
Black with #AAB811
Text Example
Text Example
White with #AAB811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB811; }
p { color: rgb(170,184,17); }
H1.HeaderClassName
{
color: #AAB811;
}
.AnyTagClassName
{
color: #AAB811;
}
</style>
background-color css
<style>
a { background-color: #AAB811; }
a { background-color: rgb(170,184,17); }
div.DivClassName
{
background-color: #AAB811;
}
.BgClassName
{
background-color: #AAB811;
}
</style>
border-color css
<style>
span { border-color: #AAB811; }
span { border-color: rgb(170,184,17); }
td.TdClassName
{
border-color: #AAB811;
}
.TagClassName
{
border-color: #AAB811;
}
</style>