Shades of Citrus #AAA503
Tints of Citrus #AAA503
RGB
CMYK
RGB Variations
Color information
#AAA503 (or 0xAAA503) is known color: Citrus. HEX triplet: AA, A5 and 03. RGB value is (170,165,3). Sum of RGB (Red+Green+Blue) = 170+165+3=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA503 is #555AFC. Grayscale: #949494. Windows color (decimal): -5593853 or 239018. OLE color: 239018.
HSL color Cylindrical-coordinate representation of color #AAA503: hue angle of 58.2º degrees, saturation: 0.97, 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 #AAA503 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 3 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.33 |
| HSL | 58.2º | 0.97% | 0.34% | - |
| HSV(B) | 58.2º | 0.98% | 0.67% | - |
| XYZ | 30.05 | 35.46 | 5.35 | - |
| YUV | 148.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 3 | 0 | 0.03 | 0.98 | 0.33 | 58.2 | 0.97 | 0.34 |
| Hex | AA | A5 | 3 | 0 | 3 | 62 | 21 | 3A | 61 | 22 |
| Octal | 252 | 245 | 3 | 0 | 3 | 142 | 41 | 72 | 141 | 42 |
| Binary | 10101010 | 10100101 | 11 | 0 | 11 | 1100010 | 100001 | 111010 | 1100001 | 100010 |
Color Harmonies of #AAA503
Complementary color
Monochromatic Colors of #AAA503
Black with #AAA503
Text Example
Text Example
White with #AAA503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA503; }
p { color: rgb(170,165,3); }
H1.HeaderClassName
{
color: #AAA503;
}
.AnyTagClassName
{
color: #AAA503;
}
</style>
background-color css
<style>
a { background-color: #AAA503; }
a { background-color: rgb(170,165,3); }
div.DivClassName
{
background-color: #AAA503;
}
.BgClassName
{
background-color: #AAA503;
}
</style>
border-color css
<style>
span { border-color: #AAA503; }
span { border-color: rgb(170,165,3); }
td.TdClassName
{
border-color: #AAA503;
}
.TagClassName
{
border-color: #AAA503;
}
</style>