Shades of Citrus #AAAA10
Tints of Citrus #AAAA10
RGB
CMYK
RGB Variations
Color information
#AAAA10 (or 0xAAAA10) is known color: Citrus. HEX triplet: AA, AA and 10. RGB value is (170,170,16). Sum of RGB (Red+Green+Blue) = 170+170+16=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA10 is #5555EF. Grayscale: #999999. Windows color (decimal): -5592560 or 1092266. OLE color: 1092266.
HSL color Cylindrical-coordinate representation of color #AAAA10: hue angle of 60º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAA10 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 16 | - |
| CMYK | 0 | 0 | 0.91 | 0.33 |
| HSL | 60º | 0.83% | 0.36% | - |
| HSV(B) | 60º | 0.91% | 0.67% | - |
| XYZ | 31.05 | 37.33 | 6.06 | - |
| YUV | 152.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 16 | 0 | 0 | 0.91 | 0.33 | 60 | 0.83 | 0.36 |
| Hex | AA | AA | 10 | 0 | 0 | 5B | 21 | 3C | 53 | 24 |
| Octal | 252 | 252 | 20 | 0 | 0 | 133 | 41 | 74 | 123 | 44 |
| Binary | 10101010 | 10101010 | 10000 | 0 | 0 | 1011011 | 100001 | 111100 | 1010011 | 100100 |
Color Harmonies of #AAAA10
Complementary color
Monochromatic Colors of #AAAA10
Black with #AAAA10
Text Example
Text Example
White with #AAAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA10; }
p { color: rgb(170,170,16); }
H1.HeaderClassName
{
color: #AAAA10;
}
.AnyTagClassName
{
color: #AAAA10;
}
</style>
background-color css
<style>
a { background-color: #AAAA10; }
a { background-color: rgb(170,170,16); }
div.DivClassName
{
background-color: #AAAA10;
}
.BgClassName
{
background-color: #AAAA10;
}
</style>
border-color css
<style>
span { border-color: #AAAA10; }
span { border-color: rgb(170,170,16); }
td.TdClassName
{
border-color: #AAAA10;
}
.TagClassName
{
border-color: #AAAA10;
}
</style>