Shades of Citrus #AAA505
Tints of Citrus #AAA505
RGB
CMYK
RGB Variations
Color information
#AAA505 (or 0xAAA505) is known color: Citrus. HEX triplet: AA, A5 and 05. RGB value is (170,165,5). Sum of RGB (Red+Green+Blue) = 170+165+5=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA505 is #555AFA. Grayscale: #949494. Windows color (decimal): -5593851 or 370090. OLE color: 370090.
HSL color Cylindrical-coordinate representation of color #AAA505: hue angle of 58.18º 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 #AAA505 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 5 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.33 |
| HSL | 58.18º | 0.94% | 0.34% | - |
| HSV(B) | 58.18º | 0.97% | 0.67% | - |
| XYZ | 30.06 | 35.47 | 5.41 | - |
| YUV | 148.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 5 | 0 | 0.03 | 0.97 | 0.33 | 58.18 | 0.94 | 0.34 |
| Hex | AA | A5 | 5 | 0 | 3 | 61 | 21 | 3A | 5E | 22 |
| Octal | 252 | 245 | 5 | 0 | 3 | 141 | 41 | 72 | 136 | 42 |
| Binary | 10101010 | 10100101 | 101 | 0 | 11 | 1100001 | 100001 | 111010 | 1011110 | 100010 |
Color Harmonies of #AAA505
Complementary color
Monochromatic Colors of #AAA505
Black with #AAA505
Text Example
Text Example
White with #AAA505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA505; }
p { color: rgb(170,165,5); }
H1.HeaderClassName
{
color: #AAA505;
}
.AnyTagClassName
{
color: #AAA505;
}
</style>
background-color css
<style>
a { background-color: #AAA505; }
a { background-color: rgb(170,165,5); }
div.DivClassName
{
background-color: #AAA505;
}
.BgClassName
{
background-color: #AAA505;
}
</style>
border-color css
<style>
span { border-color: #AAA505; }
span { border-color: rgb(170,165,5); }
td.TdClassName
{
border-color: #AAA505;
}
.TagClassName
{
border-color: #AAA505;
}
</style>