Shades of Citrus #AAAA0D
Tints of Citrus #AAAA0D
RGB
CMYK
RGB Variations
Color information
#AAAA0D (or 0xAAAA0D) is known color: Citrus. HEX triplet: AA, AA and 0D. RGB value is (170,170,13). Sum of RGB (Red+Green+Blue) = 170+170+13=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA0D is #5555F2. Grayscale: #989898. Windows color (decimal): -5592563 or 895658. OLE color: 895658.
HSL color Cylindrical-coordinate representation of color #AAAA0D: hue angle of 60º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAAA0D is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 13 | - |
| CMYK | 0 | 0 | 0.92 | 0.33 |
| HSL | 60º | 0.86% | 0.36% | - |
| HSV(B) | 60º | 0.92% | 0.67% | - |
| XYZ | 31.02 | 37.32 | 5.95 | - |
| YUV | 152.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 13 | 0 | 0 | 0.92 | 0.33 | 60 | 0.86 | 0.36 |
| Hex | AA | AA | D | 0 | 0 | 5C | 21 | 3C | 56 | 24 |
| Octal | 252 | 252 | 15 | 0 | 0 | 134 | 41 | 74 | 126 | 44 |
| Binary | 10101010 | 10101010 | 1101 | 0 | 0 | 1011100 | 100001 | 111100 | 1010110 | 100100 |
Color Harmonies of #AAAA0D
Complementary color
Monochromatic Colors of #AAAA0D
Black with #AAAA0D
Text Example
Text Example
White with #AAAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA0D; }
p { color: rgb(170,170,13); }
H1.HeaderClassName
{
color: #AAAA0D;
}
.AnyTagClassName
{
color: #AAAA0D;
}
</style>
background-color css
<style>
a { background-color: #AAAA0D; }
a { background-color: rgb(170,170,13); }
div.DivClassName
{
background-color: #AAAA0D;
}
.BgClassName
{
background-color: #AAAA0D;
}
</style>
border-color css
<style>
span { border-color: #AAAA0D; }
span { border-color: rgb(170,170,13); }
td.TdClassName
{
border-color: #AAAA0D;
}
.TagClassName
{
border-color: #AAAA0D;
}
</style>