Shades of Citrus #AAAA05
Tints of Citrus #AAAA05
RGB
CMYK
RGB Variations
Color information
#AAAA05 (or 0xAAAA05) is known color: Citrus. HEX triplet: AA, AA and 05. RGB value is (170,170,5). Sum of RGB (Red+Green+Blue) = 170+170+5=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA05 is #5555FA. Grayscale: #979797. Windows color (decimal): -5592571 or 371370. OLE color: 371370.
HSL color Cylindrical-coordinate representation of color #AAAA05: hue angle of 60º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAAA05 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 5 | - |
| CMYK | 0 | 0 | 0.97 | 0.33 |
| HSL | 60º | 0.94% | 0.34% | - |
| HSV(B) | 60º | 0.97% | 0.67% | - |
| XYZ | 30.98 | 37.31 | 5.71 | - |
| YUV | 151.19 | 45.5 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 5 | 0 | 0 | 0.97 | 0.33 | 60 | 0.94 | 0.34 |
| Hex | AA | AA | 5 | 0 | 0 | 61 | 21 | 3C | 5E | 22 |
| Octal | 252 | 252 | 5 | 0 | 0 | 141 | 41 | 74 | 136 | 42 |
| Binary | 10101010 | 10101010 | 101 | 0 | 0 | 1100001 | 100001 | 111100 | 1011110 | 100010 |
Color Harmonies of #AAAA05
Complementary color
Monochromatic Colors of #AAAA05
Black with #AAAA05
Text Example
Text Example
White with #AAAA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA05; }
p { color: rgb(170,170,5); }
H1.HeaderClassName
{
color: #AAAA05;
}
.AnyTagClassName
{
color: #AAAA05;
}
</style>
background-color css
<style>
a { background-color: #AAAA05; }
a { background-color: rgb(170,170,5); }
div.DivClassName
{
background-color: #AAAA05;
}
.BgClassName
{
background-color: #AAAA05;
}
</style>
border-color css
<style>
span { border-color: #AAAA05; }
span { border-color: rgb(170,170,5); }
td.TdClassName
{
border-color: #AAAA05;
}
.TagClassName
{
border-color: #AAAA05;
}
</style>