Shades of Citrus #AAA301
Tints of Citrus #AAA301
RGB
CMYK
RGB Variations
Color information
#AAA301 (or 0xAAA301) is known color: Citrus. HEX triplet: AA, A3 and 01. RGB value is (170,163,1). Sum of RGB (Red+Green+Blue) = 170+163+1=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA301 is #555CFE. Grayscale: #939393. Windows color (decimal): -5594367 or 107434. OLE color: 107434.
HSL color Cylindrical-coordinate representation of color #AAA301: hue angle of 57.51º 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 #AAA301 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.33 |
| HSL | 57.51º | 0.99% | 0.34% | - |
| HSV(B) | 57.51º | 0.99% | 0.67% | - |
| XYZ | 29.68 | 34.74 | 5.17 | - |
| YUV | 146.63 | 45.82 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 1 | 0 | 0.04 | 0.99 | 0.33 | 57.51 | 0.99 | 0.34 |
| Hex | AA | A3 | 1 | 0 | 4 | 63 | 21 | 3A | 63 | 22 |
| Octal | 252 | 243 | 1 | 0 | 4 | 143 | 41 | 72 | 143 | 42 |
| Binary | 10101010 | 10100011 | 1 | 0 | 100 | 1100011 | 100001 | 111010 | 1100011 | 100010 |
Color Harmonies of #AAA301
Complementary color
Monochromatic Colors of #AAA301
Black with #AAA301
Text Example
Text Example
White with #AAA301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA301; }
p { color: rgb(170,163,1); }
H1.HeaderClassName
{
color: #AAA301;
}
.AnyTagClassName
{
color: #AAA301;
}
</style>
background-color css
<style>
a { background-color: #AAA301; }
a { background-color: rgb(170,163,1); }
div.DivClassName
{
background-color: #AAA301;
}
.BgClassName
{
background-color: #AAA301;
}
</style>
border-color css
<style>
span { border-color: #AAA301; }
span { border-color: rgb(170,163,1); }
td.TdClassName
{
border-color: #AAA301;
}
.TagClassName
{
border-color: #AAA301;
}
</style>