Shades of Citrus #AAB905
Tints of Citrus #AAB905
RGB
CMYK
RGB Variations
Color information
#AAB905 (or 0xAAB905) is known color: Citrus. HEX triplet: AA, B9 and 05. RGB value is (170,185,5). Sum of RGB (Red+Green+Blue) = 170+185+5=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB905 is #5546FA. Grayscale: #A0A0A0. Windows color (decimal): -5588731 or 375210. OLE color: 375210.
HSL color Cylindrical-coordinate representation of color #AAB905: hue angle of 65º degrees, saturation: 0.95, 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 #AAB905 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 5 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.27 |
| HSL | 65º | 0.95% | 0.37% | - |
| HSV(B) | 65º | 0.97% | 0.73% | - |
| XYZ | 33.95 | 43.25 | 6.7 | - |
| YUV | 160 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 5 | 0.08 | 0 | 0.97 | 0.27 | 65 | 0.95 | 0.37 |
| Hex | AA | B9 | 5 | 8 | 0 | 61 | 1B | 41 | 5F | 25 |
| Octal | 252 | 271 | 5 | 10 | 0 | 141 | 33 | 101 | 137 | 45 |
| Binary | 10101010 | 10111001 | 101 | 1000 | 0 | 1100001 | 11011 | 1000001 | 1011111 | 100101 |
Color Harmonies of #AAB905
Complementary color
Monochromatic Colors of #AAB905
Black with #AAB905
Text Example
Text Example
White with #AAB905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB905; }
p { color: rgb(170,185,5); }
H1.HeaderClassName
{
color: #AAB905;
}
.AnyTagClassName
{
color: #AAB905;
}
</style>
background-color css
<style>
a { background-color: #AAB905; }
a { background-color: rgb(170,185,5); }
div.DivClassName
{
background-color: #AAB905;
}
.BgClassName
{
background-color: #AAB905;
}
</style>
border-color css
<style>
span { border-color: #AAB905; }
span { border-color: rgb(170,185,5); }
td.TdClassName
{
border-color: #AAB905;
}
.TagClassName
{
border-color: #AAB905;
}
</style>