Shades of Citrus #AAAD11
Tints of Citrus #AAAD11
RGB
CMYK
RGB Variations
Color information
#AAAD11 (or 0xAAAD11) is known color: Citrus. HEX triplet: AA, AD and 11. RGB value is (170,173,17). Sum of RGB (Red+Green+Blue) = 170+173+17=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD11 is #5552EE. Grayscale: #9A9A9A. Windows color (decimal): -5591791 or 1158570. OLE color: 1158570.
HSL color Cylindrical-coordinate representation of color #AAAD11: hue angle of 61.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAAD11 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 17 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.32 |
| HSL | 61.15º | 0.82% | 0.37% | - |
| HSV(B) | 61.15º | 0.9% | 0.68% | - |
| XYZ | 31.62 | 38.47 | 6.29 | - |
| YUV | 154.32 | 50.51 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 17 | 0.02 | 0 | 0.90 | 0.32 | 61.15 | 0.82 | 0.37 |
| Hex | AA | AD | 11 | 2 | 0 | 5A | 20 | 3D | 52 | 25 |
| Octal | 252 | 255 | 21 | 2 | 0 | 132 | 40 | 75 | 122 | 45 |
| Binary | 10101010 | 10101101 | 10001 | 10 | 0 | 1011010 | 100000 | 111101 | 1010010 | 100101 |
Color Harmonies of #AAAD11
Complementary color
Monochromatic Colors of #AAAD11
Black with #AAAD11
Text Example
Text Example
White with #AAAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD11; }
p { color: rgb(170,173,17); }
H1.HeaderClassName
{
color: #AAAD11;
}
.AnyTagClassName
{
color: #AAAD11;
}
</style>
background-color css
<style>
a { background-color: #AAAD11; }
a { background-color: rgb(170,173,17); }
div.DivClassName
{
background-color: #AAAD11;
}
.BgClassName
{
background-color: #AAAD11;
}
</style>
border-color css
<style>
span { border-color: #AAAD11; }
span { border-color: rgb(170,173,17); }
td.TdClassName
{
border-color: #AAAD11;
}
.TagClassName
{
border-color: #AAAD11;
}
</style>