Shades of Citrus #AAB910
Tints of Citrus #AAB910
RGB
CMYK
RGB Variations
Color information
#AAB910 (or 0xAAB910) is known color: Citrus. HEX triplet: AA, B9 and 10. RGB value is (170,185,16). Sum of RGB (Red+Green+Blue) = 170+185+16=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB910 is #5546EF. Grayscale: #A1A1A1. Windows color (decimal): -5588720 or 1096106. OLE color: 1096106.
HSL color Cylindrical-coordinate representation of color #AAB910: hue angle of 65.33º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAB910 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 16 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.27 |
| HSL | 65.33º | 0.84% | 0.39% | - |
| HSV(B) | 65.33º | 0.91% | 0.73% | - |
| XYZ | 34.02 | 43.28 | 7.05 | - |
| YUV | 161.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 16 | 0.08 | 0 | 0.91 | 0.27 | 65.33 | 0.84 | 0.39 |
| Hex | AA | B9 | 10 | 8 | 0 | 5B | 1B | 41 | 54 | 27 |
| Octal | 252 | 271 | 20 | 10 | 0 | 133 | 33 | 101 | 124 | 47 |
| Binary | 10101010 | 10111001 | 10000 | 1000 | 0 | 1011011 | 11011 | 1000001 | 1010100 | 100111 |
Color Harmonies of #AAB910
Complementary color
Monochromatic Colors of #AAB910
Black with #AAB910
Text Example
Text Example
White with #AAB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB910; }
p { color: rgb(170,185,16); }
H1.HeaderClassName
{
color: #AAB910;
}
.AnyTagClassName
{
color: #AAB910;
}
</style>
background-color css
<style>
a { background-color: #AAB910; }
a { background-color: rgb(170,185,16); }
div.DivClassName
{
background-color: #AAB910;
}
.BgClassName
{
background-color: #AAB910;
}
</style>
border-color css
<style>
span { border-color: #AAB910; }
span { border-color: rgb(170,185,16); }
td.TdClassName
{
border-color: #AAB910;
}
.TagClassName
{
border-color: #AAB910;
}
</style>