Shades of Citrus #AAA902
Tints of Citrus #AAA902
RGB
CMYK
RGB Variations
Color information
#AAA902 (or 0xAAA902) is known color: Citrus. HEX triplet: AA, A9 and 02. RGB value is (170,169,2). Sum of RGB (Red+Green+Blue) = 170+169+2=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA902 is #5556FD. Grayscale: #969696. Windows color (decimal): -5592830 or 174506. OLE color: 174506.
HSL color Cylindrical-coordinate representation of color #AAA902: hue angle of 59.64º degrees, saturation: 0.98, 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 #AAA902 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.33 |
| HSL | 59.64º | 0.98% | 0.34% | - |
| HSV(B) | 59.64º | 0.99% | 0.67% | - |
| XYZ | 30.78 | 36.93 | 5.56 | - |
| YUV | 150.26 | 44.33 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 2 | 0 | 0.01 | 0.99 | 0.33 | 59.64 | 0.98 | 0.34 |
| Hex | AA | A9 | 2 | 0 | 1 | 63 | 21 | 3C | 62 | 22 |
| Octal | 252 | 251 | 2 | 0 | 1 | 143 | 41 | 74 | 142 | 42 |
| Binary | 10101010 | 10101001 | 10 | 0 | 1 | 1100011 | 100001 | 111100 | 1100010 | 100010 |
Color Harmonies of #AAA902
Complementary color
Monochromatic Colors of #AAA902
Black with #AAA902
Text Example
Text Example
White with #AAA902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA902; }
p { color: rgb(170,169,2); }
H1.HeaderClassName
{
color: #AAA902;
}
.AnyTagClassName
{
color: #AAA902;
}
</style>
background-color css
<style>
a { background-color: #AAA902; }
a { background-color: rgb(170,169,2); }
div.DivClassName
{
background-color: #AAA902;
}
.BgClassName
{
background-color: #AAA902;
}
</style>
border-color css
<style>
span { border-color: #AAA902; }
span { border-color: rgb(170,169,2); }
td.TdClassName
{
border-color: #AAA902;
}
.TagClassName
{
border-color: #AAA902;
}
</style>