Shades of Citrus #AAB903
Tints of Citrus #AAB903
RGB
CMYK
RGB Variations
Color information
#AAB903 (or 0xAAB903) is known color: Citrus. HEX triplet: AA, B9 and 03. RGB value is (170,185,3). Sum of RGB (Red+Green+Blue) = 170+185+3=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB903 is #5546FC. Grayscale: #A0A0A0. Windows color (decimal): -5588733 or 244138. OLE color: 244138.
HSL color Cylindrical-coordinate representation of color #AAB903: hue angle of 64.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAB903 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 3 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.27 |
| HSL | 64.95º | 0.97% | 0.37% | - |
| HSV(B) | 64.95º | 0.98% | 0.73% | - |
| XYZ | 33.94 | 43.25 | 6.65 | - |
| YUV | 159.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 3 | 0.08 | 0 | 0.98 | 0.27 | 64.95 | 0.97 | 0.37 |
| Hex | AA | B9 | 3 | 8 | 0 | 62 | 1B | 41 | 61 | 25 |
| Octal | 252 | 271 | 3 | 10 | 0 | 142 | 33 | 101 | 141 | 45 |
| Binary | 10101010 | 10111001 | 11 | 1000 | 0 | 1100010 | 11011 | 1000001 | 1100001 | 100101 |
Color Harmonies of #AAB903
Complementary color
Monochromatic Colors of #AAB903
Black with #AAB903
Text Example
Text Example
White with #AAB903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB903; }
p { color: rgb(170,185,3); }
H1.HeaderClassName
{
color: #AAB903;
}
.AnyTagClassName
{
color: #AAB903;
}
</style>
background-color css
<style>
a { background-color: #AAB903; }
a { background-color: rgb(170,185,3); }
div.DivClassName
{
background-color: #AAB903;
}
.BgClassName
{
background-color: #AAB903;
}
</style>
border-color css
<style>
span { border-color: #AAB903; }
span { border-color: rgb(170,185,3); }
td.TdClassName
{
border-color: #AAB903;
}
.TagClassName
{
border-color: #AAB903;
}
</style>