Shades of Citrus #AAB309
Tints of Citrus #AAB309
RGB
CMYK
RGB Variations
Color information
#AAB309 (or 0xAAB309) is known color: Citrus. HEX triplet: AA, B3 and 09. RGB value is (170,179,9). Sum of RGB (Red+Green+Blue) = 170+179+9=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB309 is #554CF6. Grayscale: #9D9D9D. Windows color (decimal): -5590263 or 635818. OLE color: 635818.
HSL color Cylindrical-coordinate representation of color #AAB309: hue angle of 63.18º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB309 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 9 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.30 |
| HSL | 63.18º | 0.9% | 0.37% | - |
| HSV(B) | 63.18º | 0.95% | 0.7% | - |
| XYZ | 32.75 | 40.81 | 6.41 | - |
| YUV | 156.93 | 44.52 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 9 | 0.05 | 0 | 0.95 | 0.30 | 63.18 | 0.9 | 0.37 |
| Hex | AA | B3 | 9 | 5 | 0 | 5F | 1E | 3F | 5A | 25 |
| Octal | 252 | 263 | 11 | 5 | 0 | 137 | 36 | 77 | 132 | 45 |
| Binary | 10101010 | 10110011 | 1001 | 101 | 0 | 1011111 | 11110 | 111111 | 1011010 | 100101 |
Color Harmonies of #AAB309
Complementary color
Monochromatic Colors of #AAB309
Black with #AAB309
Text Example
Text Example
White with #AAB309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB309; }
p { color: rgb(170,179,9); }
H1.HeaderClassName
{
color: #AAB309;
}
.AnyTagClassName
{
color: #AAB309;
}
</style>
background-color css
<style>
a { background-color: #AAB309; }
a { background-color: rgb(170,179,9); }
div.DivClassName
{
background-color: #AAB309;
}
.BgClassName
{
background-color: #AAB309;
}
</style>
border-color css
<style>
span { border-color: #AAB309; }
span { border-color: rgb(170,179,9); }
td.TdClassName
{
border-color: #AAB309;
}
.TagClassName
{
border-color: #AAB309;
}
</style>