Shades of Citrus #AAB906
Tints of Citrus #AAB906
RGB
CMYK
RGB Variations
Color information
#AAB906 (or 0xAAB906) is known color: Citrus. HEX triplet: AA, B9 and 06. RGB value is (170,185,6). Sum of RGB (Red+Green+Blue) = 170+185+6=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB906 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB906 is #5546F9. Grayscale: #A0A0A0. Windows color (decimal): -5588730 or 440746. OLE color: 440746.
HSL color Cylindrical-coordinate representation of color #AAB906: hue angle of 65.03º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB906 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.27 |
| HSL | 65.03º | 0.94% | 0.37% | - |
| HSV(B) | 65.03º | 0.97% | 0.73% | - |
| XYZ | 33.96 | 43.26 | 6.73 | - |
| YUV | 160.11 | 41.03 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 6 | 0.08 | 0 | 0.97 | 0.27 | 65.03 | 0.94 | 0.37 |
| Hex | AA | B9 | 6 | 8 | 0 | 61 | 1B | 41 | 5E | 25 |
| Octal | 252 | 271 | 6 | 10 | 0 | 141 | 33 | 101 | 136 | 45 |
| Binary | 10101010 | 10111001 | 110 | 1000 | 0 | 1100001 | 11011 | 1000001 | 1011110 | 100101 |
Color Harmonies of #AAB906
Complementary color
Monochromatic Colors of #AAB906
Black with #AAB906
Text Example
Text Example
White with #AAB906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB906; }
p { color: rgb(170,185,6); }
H1.HeaderClassName
{
color: #AAB906;
}
.AnyTagClassName
{
color: #AAB906;
}
</style>
background-color css
<style>
a { background-color: #AAB906; }
a { background-color: rgb(170,185,6); }
div.DivClassName
{
background-color: #AAB906;
}
.BgClassName
{
background-color: #AAB906;
}
</style>
border-color css
<style>
span { border-color: #AAB906; }
span { border-color: rgb(170,185,6); }
td.TdClassName
{
border-color: #AAB906;
}
.TagClassName
{
border-color: #AAB906;
}
</style>