Shades of Citrus #AAAB12
Tints of Citrus #AAAB12
RGB
CMYK
RGB Variations
Color information
#AAAB12 (or 0xAAAB12) is known color: Citrus. HEX triplet: AA, AB and 12. RGB value is (170,171,18). Sum of RGB (Red+Green+Blue) = 170+171+18=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB12 is #5554ED. Grayscale: #999999. Windows color (decimal): -5592302 or 1223594. OLE color: 1223594.
HSL color Cylindrical-coordinate representation of color #AAAB12: hue angle of 60.39º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAAB12 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 18 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.33 |
| HSL | 60.39º | 0.81% | 0.37% | - |
| HSV(B) | 60.39º | 0.89% | 0.67% | - |
| XYZ | 31.25 | 37.72 | 6.21 | - |
| YUV | 153.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 18 | 0.01 | 0 | 0.89 | 0.33 | 60.39 | 0.81 | 0.37 |
| Hex | AA | AB | 12 | 1 | 0 | 59 | 21 | 3C | 51 | 25 |
| Octal | 252 | 253 | 22 | 1 | 0 | 131 | 41 | 74 | 121 | 45 |
| Binary | 10101010 | 10101011 | 10010 | 1 | 0 | 1011001 | 100001 | 111100 | 1010001 | 100101 |
Color Harmonies of #AAAB12
Complementary color
Monochromatic Colors of #AAAB12
Black with #AAAB12
Text Example
Text Example
White with #AAAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB12; }
p { color: rgb(170,171,18); }
H1.HeaderClassName
{
color: #AAAB12;
}
.AnyTagClassName
{
color: #AAAB12;
}
</style>
background-color css
<style>
a { background-color: #AAAB12; }
a { background-color: rgb(170,171,18); }
div.DivClassName
{
background-color: #AAAB12;
}
.BgClassName
{
background-color: #AAAB12;
}
</style>
border-color css
<style>
span { border-color: #AAAB12; }
span { border-color: rgb(170,171,18); }
td.TdClassName
{
border-color: #AAAB12;
}
.TagClassName
{
border-color: #AAAB12;
}
</style>