Shades of Citrus #AAAD0B
Tints of Citrus #AAAD0B
RGB
CMYK
RGB Variations
Color information
#AAAD0B (or 0xAAAD0B) is known color: Citrus. HEX triplet: AA, AD and 0B. RGB value is (170,173,11). Sum of RGB (Red+Green+Blue) = 170+173+11=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAD0B is #5552F4. Grayscale: #9A9A9A. Windows color (decimal): -5591797 or 765354. OLE color: 765354.
HSL color Cylindrical-coordinate representation of color #AAAD0B: hue angle of 61.11º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAAD0B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.32 |
| HSL | 61.11º | 0.88% | 0.36% | - |
| HSV(B) | 61.11º | 0.94% | 0.68% | - |
| XYZ | 31.58 | 38.46 | 6.08 | - |
| YUV | 153.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 11 | 0.02 | 0 | 0.94 | 0.32 | 61.11 | 0.88 | 0.36 |
| Hex | AA | AD | B | 2 | 0 | 5E | 20 | 3D | 58 | 24 |
| Octal | 252 | 255 | 13 | 2 | 0 | 136 | 40 | 75 | 130 | 44 |
| Binary | 10101010 | 10101101 | 1011 | 10 | 0 | 1011110 | 100000 | 111101 | 1011000 | 100100 |
Color Harmonies of #AAAD0B
Complementary color
Monochromatic Colors of #AAAD0B
Black with #AAAD0B
Text Example
Text Example
White with #AAAD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD0B; }
p { color: rgb(170,173,11); }
H1.HeaderClassName
{
color: #AAAD0B;
}
.AnyTagClassName
{
color: #AAAD0B;
}
</style>
background-color css
<style>
a { background-color: #AAAD0B; }
a { background-color: rgb(170,173,11); }
div.DivClassName
{
background-color: #AAAD0B;
}
.BgClassName
{
background-color: #AAAD0B;
}
</style>
border-color css
<style>
span { border-color: #AAAD0B; }
span { border-color: rgb(170,173,11); }
td.TdClassName
{
border-color: #AAAD0B;
}
.TagClassName
{
border-color: #AAAD0B;
}
</style>