Shades of Citrus #AAAC09
Tints of Citrus #AAAC09
RGB
CMYK
RGB Variations
Color information
#AAAC09 (or 0xAAAC09) is known color: Citrus. HEX triplet: AA, AC and 09. RGB value is (170,172,9). Sum of RGB (Red+Green+Blue) = 170+172+9=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC09 is #5553F6. Grayscale: #999999. Windows color (decimal): -5592055 or 634026. OLE color: 634026.
HSL color Cylindrical-coordinate representation of color #AAAC09: hue angle of 60.74º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAAC09 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 9 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.33 |
| HSL | 60.74º | 0.9% | 0.35% | - |
| HSV(B) | 60.74º | 0.95% | 0.67% | - |
| XYZ | 31.38 | 38.07 | 5.95 | - |
| YUV | 152.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 9 | 0.01 | 0 | 0.95 | 0.33 | 60.74 | 0.9 | 0.35 |
| Hex | AA | AC | 9 | 1 | 0 | 5F | 21 | 3D | 5A | 23 |
| Octal | 252 | 254 | 11 | 1 | 0 | 137 | 41 | 75 | 132 | 43 |
| Binary | 10101010 | 10101100 | 1001 | 1 | 0 | 1011111 | 100001 | 111101 | 1011010 | 100011 |
Color Harmonies of #AAAC09
Complementary color
Monochromatic Colors of #AAAC09
Black with #AAAC09
Text Example
Text Example
White with #AAAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC09; }
p { color: rgb(170,172,9); }
H1.HeaderClassName
{
color: #AAAC09;
}
.AnyTagClassName
{
color: #AAAC09;
}
</style>
background-color css
<style>
a { background-color: #AAAC09; }
a { background-color: rgb(170,172,9); }
div.DivClassName
{
background-color: #AAAC09;
}
.BgClassName
{
background-color: #AAAC09;
}
</style>
border-color css
<style>
span { border-color: #AAAC09; }
span { border-color: rgb(170,172,9); }
td.TdClassName
{
border-color: #AAAC09;
}
.TagClassName
{
border-color: #AAAC09;
}
</style>