Shades of Citrus #AAA704
Tints of Citrus #AAA704
RGB
CMYK
RGB Variations
Color information
#AAA704 (or 0xAAA704) is known color: Citrus. HEX triplet: AA, A7 and 04. RGB value is (170,167,4). Sum of RGB (Red+Green+Blue) = 170+167+4=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA704 is #5558FB. Grayscale: #959595. Windows color (decimal): -5593340 or 305066. OLE color: 305066.
HSL color Cylindrical-coordinate representation of color #AAA704: hue angle of 58.92º 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 #AAA704 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.33 |
| HSL | 58.92º | 0.95% | 0.34% | - |
| HSV(B) | 58.92º | 0.98% | 0.67% | - |
| XYZ | 30.42 | 36.19 | 5.5 | - |
| YUV | 149.32 | 45.99 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 4 | 0 | 0.02 | 0.98 | 0.33 | 58.92 | 0.95 | 0.34 |
| Hex | AA | A7 | 4 | 0 | 2 | 62 | 21 | 3B | 5F | 22 |
| Octal | 252 | 247 | 4 | 0 | 2 | 142 | 41 | 73 | 137 | 42 |
| Binary | 10101010 | 10100111 | 100 | 0 | 10 | 1100010 | 100001 | 111011 | 1011111 | 100010 |
Color Harmonies of #AAA704
Complementary color
Monochromatic Colors of #AAA704
Black with #AAA704
Text Example
Text Example
White with #AAA704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA704; }
p { color: rgb(170,167,4); }
H1.HeaderClassName
{
color: #AAA704;
}
.AnyTagClassName
{
color: #AAA704;
}
</style>
background-color css
<style>
a { background-color: #AAA704; }
a { background-color: rgb(170,167,4); }
div.DivClassName
{
background-color: #AAA704;
}
.BgClassName
{
background-color: #AAA704;
}
</style>
border-color css
<style>
span { border-color: #AAA704; }
span { border-color: rgb(170,167,4); }
td.TdClassName
{
border-color: #AAA704;
}
.TagClassName
{
border-color: #AAA704;
}
</style>