Shades of Citrus #AAA90C
Tints of Citrus #AAA90C
RGB
CMYK
RGB Variations
Color information
#AAA90C (or 0xAAA90C) is known color: Citrus. HEX triplet: AA, A9 and 0C. RGB value is (170,169,12). Sum of RGB (Red+Green+Blue) = 170+169+12=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA90C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA90C is #5556F3. Grayscale: #989898. Windows color (decimal): -5592820 or 829866. OLE color: 829866.
HSL color Cylindrical-coordinate representation of color #AAA90C: hue angle of 59.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAA90C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.33 |
| HSL | 59.62º | 0.87% | 0.36% | - |
| HSV(B) | 59.62º | 0.93% | 0.67% | - |
| XYZ | 30.83 | 36.95 | 5.85 | - |
| YUV | 151.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 12 | 0 | 0.01 | 0.93 | 0.33 | 59.62 | 0.87 | 0.36 |
| Hex | AA | A9 | C | 0 | 1 | 5D | 21 | 3C | 57 | 24 |
| Octal | 252 | 251 | 14 | 0 | 1 | 135 | 41 | 74 | 127 | 44 |
| Binary | 10101010 | 10101001 | 1100 | 0 | 1 | 1011101 | 100001 | 111100 | 1010111 | 100100 |
Color Harmonies of #AAA90C
Complementary color
Monochromatic Colors of #AAA90C
Black with #AAA90C
Text Example
Text Example
White with #AAA90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA90C; }
p { color: rgb(170,169,12); }
H1.HeaderClassName
{
color: #AAA90C;
}
.AnyTagClassName
{
color: #AAA90C;
}
</style>
background-color css
<style>
a { background-color: #AAA90C; }
a { background-color: rgb(170,169,12); }
div.DivClassName
{
background-color: #AAA90C;
}
.BgClassName
{
background-color: #AAA90C;
}
</style>
border-color css
<style>
span { border-color: #AAA90C; }
span { border-color: rgb(170,169,12); }
td.TdClassName
{
border-color: #AAA90C;
}
.TagClassName
{
border-color: #AAA90C;
}
</style>