Shades of Citrus #AAAB0D
Tints of Citrus #AAAB0D
RGB
CMYK
RGB Variations
Color information
#AAAB0D (or 0xAAAB0D) is known color: Citrus. HEX triplet: AA, AB and 0D. RGB value is (170,171,13). Sum of RGB (Red+Green+Blue) = 170+171+13=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB0D is #5554F2. Grayscale: #999999. Windows color (decimal): -5592307 or 895914. OLE color: 895914.
HSL color Cylindrical-coordinate representation of color #AAAB0D: hue angle of 60.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAAB0D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.33 |
| HSL | 60.38º | 0.86% | 0.36% | - |
| HSV(B) | 60.38º | 0.92% | 0.67% | - |
| XYZ | 31.21 | 37.7 | 6.01 | - |
| YUV | 152.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 13 | 0.01 | 0 | 0.92 | 0.33 | 60.38 | 0.86 | 0.36 |
| Hex | AA | AB | D | 1 | 0 | 5C | 21 | 3C | 56 | 24 |
| Octal | 252 | 253 | 15 | 1 | 0 | 134 | 41 | 74 | 126 | 44 |
| Binary | 10101010 | 10101011 | 1101 | 1 | 0 | 1011100 | 100001 | 111100 | 1010110 | 100100 |
Color Harmonies of #AAAB0D
Complementary color
Monochromatic Colors of #AAAB0D
Black with #AAAB0D
Text Example
Text Example
White with #AAAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB0D; }
p { color: rgb(170,171,13); }
H1.HeaderClassName
{
color: #AAAB0D;
}
.AnyTagClassName
{
color: #AAAB0D;
}
</style>
background-color css
<style>
a { background-color: #AAAB0D; }
a { background-color: rgb(170,171,13); }
div.DivClassName
{
background-color: #AAAB0D;
}
.BgClassName
{
background-color: #AAAB0D;
}
</style>
border-color css
<style>
span { border-color: #AAAB0D; }
span { border-color: rgb(170,171,13); }
td.TdClassName
{
border-color: #AAAB0D;
}
.TagClassName
{
border-color: #AAAB0D;
}
</style>