Shades of Citrus #AAA804
Tints of Citrus #AAA804
RGB
CMYK
RGB Variations
Color information
#AAA804 (or 0xAAA804) is known color: Citrus. HEX triplet: AA, A8 and 04. RGB value is (170,168,4). Sum of RGB (Red+Green+Blue) = 170+168+4=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA804 is #5557FB. Grayscale: #969696. Windows color (decimal): -5593084 or 305322. OLE color: 305322.
HSL color Cylindrical-coordinate representation of color #AAA804: hue angle of 59.28º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAA804 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.33 |
| HSL | 59.28º | 0.95% | 0.34% | - |
| HSV(B) | 59.28º | 0.98% | 0.67% | - |
| XYZ | 30.6 | 36.56 | 5.56 | - |
| YUV | 149.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 4 | 0 | 0.01 | 0.98 | 0.33 | 59.28 | 0.95 | 0.34 |
| Hex | AA | A8 | 4 | 0 | 1 | 62 | 21 | 3B | 5F | 22 |
| Octal | 252 | 250 | 4 | 0 | 1 | 142 | 41 | 73 | 137 | 42 |
| Binary | 10101010 | 10101000 | 100 | 0 | 1 | 1100010 | 100001 | 111011 | 1011111 | 100010 |
Color Harmonies of #AAA804
Complementary color
Monochromatic Colors of #AAA804
Black with #AAA804
Text Example
Text Example
White with #AAA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA804; }
p { color: rgb(170,168,4); }
H1.HeaderClassName
{
color: #AAA804;
}
.AnyTagClassName
{
color: #AAA804;
}
</style>
background-color css
<style>
a { background-color: #AAA804; }
a { background-color: rgb(170,168,4); }
div.DivClassName
{
background-color: #AAA804;
}
.BgClassName
{
background-color: #AAA804;
}
</style>
border-color css
<style>
span { border-color: #AAA804; }
span { border-color: rgb(170,168,4); }
td.TdClassName
{
border-color: #AAA804;
}
.TagClassName
{
border-color: #AAA804;
}
</style>