Shades of Citrus #AAAA01
Tints of Citrus #AAAA01
RGB
CMYK
RGB Variations
Color information
#AAAA01 (or 0xAAAA01) is known color: Citrus. HEX triplet: AA, AA and 01. RGB value is (170,170,1). Sum of RGB (Red+Green+Blue) = 170+170+1=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA01 is #5555FE. Grayscale: #979797. Windows color (decimal): -5592575 or 109226. OLE color: 109226.
HSL color Cylindrical-coordinate representation of color #AAAA01: hue angle of 60º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAAA01 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.33 |
| HSL | 60º | 0.99% | 0.34% | - |
| HSV(B) | 60º | 0.99% | 0.67% | - |
| XYZ | 30.96 | 37.3 | 5.6 | - |
| YUV | 150.73 | 43.5 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 1 | 0 | 0 | 0.99 | 0.33 | 60 | 0.99 | 0.34 |
| Hex | AA | AA | 1 | 0 | 0 | 63 | 21 | 3C | 63 | 22 |
| Octal | 252 | 252 | 1 | 0 | 0 | 143 | 41 | 74 | 143 | 42 |
| Binary | 10101010 | 10101010 | 1 | 0 | 0 | 1100011 | 100001 | 111100 | 1100011 | 100010 |
Color Harmonies of #AAAA01
Complementary color
Monochromatic Colors of #AAAA01
Black with #AAAA01
Text Example
Text Example
White with #AAAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA01; }
p { color: rgb(170,170,1); }
H1.HeaderClassName
{
color: #AAAA01;
}
.AnyTagClassName
{
color: #AAAA01;
}
</style>
background-color css
<style>
a { background-color: #AAAA01; }
a { background-color: rgb(170,170,1); }
div.DivClassName
{
background-color: #AAAA01;
}
.BgClassName
{
background-color: #AAAA01;
}
</style>
border-color css
<style>
span { border-color: #AAAA01; }
span { border-color: rgb(170,170,1); }
td.TdClassName
{
border-color: #AAAA01;
}
.TagClassName
{
border-color: #AAAA01;
}
</style>