Shades of Citrus #AAAD10
Tints of Citrus #AAAD10
RGB
CMYK
RGB Variations
Color information
#AAAD10 (or 0xAAAD10) is known color: Citrus. HEX triplet: AA, AD and 10. RGB value is (170,173,16). Sum of RGB (Red+Green+Blue) = 170+173+16=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD10 is #5552EF. Grayscale: #9A9A9A. Windows color (decimal): -5591792 or 1093034. OLE color: 1093034.
HSL color Cylindrical-coordinate representation of color #AAAD10: hue angle of 61.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAD10 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 16 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.32 |
| HSL | 61.15º | 0.83% | 0.37% | - |
| HSV(B) | 61.15º | 0.91% | 0.68% | - |
| XYZ | 31.61 | 38.47 | 6.25 | - |
| YUV | 154.21 | 50.01 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 16 | 0.02 | 0 | 0.91 | 0.32 | 61.15 | 0.83 | 0.37 |
| Hex | AA | AD | 10 | 2 | 0 | 5B | 20 | 3D | 53 | 25 |
| Octal | 252 | 255 | 20 | 2 | 0 | 133 | 40 | 75 | 123 | 45 |
| Binary | 10101010 | 10101101 | 10000 | 10 | 0 | 1011011 | 100000 | 111101 | 1010011 | 100101 |
Color Harmonies of #AAAD10
Complementary color
Monochromatic Colors of #AAAD10
Black with #AAAD10
Text Example
Text Example
White with #AAAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD10; }
p { color: rgb(170,173,16); }
H1.HeaderClassName
{
color: #AAAD10;
}
.AnyTagClassName
{
color: #AAAD10;
}
</style>
background-color css
<style>
a { background-color: #AAAD10; }
a { background-color: rgb(170,173,16); }
div.DivClassName
{
background-color: #AAAD10;
}
.BgClassName
{
background-color: #AAAD10;
}
</style>
border-color css
<style>
span { border-color: #AAAD10; }
span { border-color: rgb(170,173,16); }
td.TdClassName
{
border-color: #AAAD10;
}
.TagClassName
{
border-color: #AAAD10;
}
</style>