Shades of Citrus #AAA705
Tints of Citrus #AAA705
RGB
CMYK
RGB Variations
Color information
#AAA705 (or 0xAAA705) is known color: Citrus. HEX triplet: AA, A7 and 05. RGB value is (170,167,5). Sum of RGB (Red+Green+Blue) = 170+167+5=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA705 is #5558FA. Grayscale: #969696. Windows color (decimal): -5593339 or 370602. OLE color: 370602.
HSL color Cylindrical-coordinate representation of color #AAA705: hue angle of 58.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAA705 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 5 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.33 |
| HSL | 58.91º | 0.94% | 0.34% | - |
| HSV(B) | 58.91º | 0.97% | 0.67% | - |
| XYZ | 30.42 | 36.19 | 5.53 | - |
| YUV | 149.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 5 | 0 | 0.02 | 0.97 | 0.33 | 58.91 | 0.94 | 0.34 |
| Hex | AA | A7 | 5 | 0 | 2 | 61 | 21 | 3B | 5E | 22 |
| Octal | 252 | 247 | 5 | 0 | 2 | 141 | 41 | 73 | 136 | 42 |
| Binary | 10101010 | 10100111 | 101 | 0 | 10 | 1100001 | 100001 | 111011 | 1011110 | 100010 |
Color Harmonies of #AAA705
Complementary color
Monochromatic Colors of #AAA705
Black with #AAA705
Text Example
Text Example
White with #AAA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA705; }
p { color: rgb(170,167,5); }
H1.HeaderClassName
{
color: #AAA705;
}
.AnyTagClassName
{
color: #AAA705;
}
</style>
background-color css
<style>
a { background-color: #AAA705; }
a { background-color: rgb(170,167,5); }
div.DivClassName
{
background-color: #AAA705;
}
.BgClassName
{
background-color: #AAA705;
}
</style>
border-color css
<style>
span { border-color: #AAA705; }
span { border-color: rgb(170,167,5); }
td.TdClassName
{
border-color: #AAA705;
}
.TagClassName
{
border-color: #AAA705;
}
</style>