Shades of Citrus #AAA300
Tints of Citrus #AAA300
RGB
CMYK
RGB Variations
Color information
#AAA300 (or 0xAAA300) is known color: Citrus. HEX triplet: AA, A3 and 00. RGB value is (170,163,0). Sum of RGB (Red+Green+Blue) = 170+163+0=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA300 is #555CFF. Grayscale: #939393. Windows color (decimal): -5594368 or 41898. OLE color: 41898.
HSL color Cylindrical-coordinate representation of color #AAA300: hue angle of 57.53º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAA300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.33 |
| HSL | 57.53º | 1% | 0.33% | - |
| HSV(B) | 57.53º | 1% | 0.67% | - |
| XYZ | 29.67 | 34.74 | 5.14 | - |
| YUV | 146.51 | 45.32 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 0 | 0 | 0.04 | 1 | 0.33 | 57.53 | 1 | 0.33 |
| Hex | AA | A3 | 0 | 0 | 4 | 64 | 21 | 3A | 64 | 21 |
| Octal | 252 | 243 | 0 | 0 | 4 | 144 | 41 | 72 | 144 | 41 |
| Binary | 10101010 | 10100011 | 0 | 0 | 100 | 1100100 | 100001 | 111010 | 1100100 | 100001 |
Color Harmonies of #AAA300
Complementary color
Monochromatic Colors of #AAA300
Black with #AAA300
Text Example
Text Example
White with #AAA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA300; }
p { color: rgb(170,163,0); }
H1.HeaderClassName
{
color: #AAA300;
}
.AnyTagClassName
{
color: #AAA300;
}
</style>
background-color css
<style>
a { background-color: #AAA300; }
a { background-color: rgb(170,163,0); }
div.DivClassName
{
background-color: #AAA300;
}
.BgClassName
{
background-color: #AAA300;
}
</style>
border-color css
<style>
span { border-color: #AAA300; }
span { border-color: rgb(170,163,0); }
td.TdClassName
{
border-color: #AAA300;
}
.TagClassName
{
border-color: #AAA300;
}
</style>