Shades of Citrus #AAB409
Tints of Citrus #AAB409
RGB
CMYK
RGB Variations
Color information
#AAB409 (or 0xAAB409) is known color: Citrus. HEX triplet: AA, B4 and 09. RGB value is (170,180,9). Sum of RGB (Red+Green+Blue) = 170+180+9=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 9 (3.91% from 255 or 2.51% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB409 is #554BF6. Grayscale: #9E9E9E. Windows color (decimal): -5590007 or 636074. OLE color: 636074.
HSL color Cylindrical-coordinate representation of color #AAB409: hue angle of 63.51º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB409 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 9 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.29 |
| HSL | 63.51º | 0.9% | 0.37% | - |
| HSV(B) | 63.51º | 0.95% | 0.71% | - |
| XYZ | 32.95 | 41.21 | 6.48 | - |
| YUV | 157.52 | 44.19 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 9 | 0.06 | 0 | 0.95 | 0.29 | 63.51 | 0.9 | 0.37 |
| Hex | AA | B4 | 9 | 6 | 0 | 5F | 1D | 40 | 5A | 25 |
| Octal | 252 | 264 | 11 | 6 | 0 | 137 | 35 | 100 | 132 | 45 |
| Binary | 10101010 | 10110100 | 1001 | 110 | 0 | 1011111 | 11101 | 1000000 | 1011010 | 100101 |
Color Harmonies of #AAB409
Complementary color
Monochromatic Colors of #AAB409
Black with #AAB409
Text Example
Text Example
White with #AAB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB409; }
p { color: rgb(170,180,9); }
H1.HeaderClassName
{
color: #AAB409;
}
.AnyTagClassName
{
color: #AAB409;
}
</style>
background-color css
<style>
a { background-color: #AAB409; }
a { background-color: rgb(170,180,9); }
div.DivClassName
{
background-color: #AAB409;
}
.BgClassName
{
background-color: #AAB409;
}
</style>
border-color css
<style>
span { border-color: #AAB409; }
span { border-color: rgb(170,180,9); }
td.TdClassName
{
border-color: #AAB409;
}
.TagClassName
{
border-color: #AAB409;
}
</style>