Shades of Citrus #AAB00E
Tints of Citrus #AAB00E
RGB
CMYK
RGB Variations
Color information
#AAB00E (or 0xAAB00E) is known color: Citrus. HEX triplet: AA, B0 and 0E. RGB value is (170,176,14). Sum of RGB (Red+Green+Blue) = 170+176+14=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 176 (69.14% from 255 or 48.89% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB00E is #554FF1. Grayscale: #9C9C9C. Windows color (decimal): -5591026 or 962730. OLE color: 962730.
HSL color Cylindrical-coordinate representation of color #AAB00E: hue angle of 62.22º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAB00E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 14 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.31 |
| HSL | 62.22º | 0.85% | 0.37% | - |
| HSV(B) | 62.22º | 0.92% | 0.69% | - |
| XYZ | 32.18 | 39.63 | 6.37 | - |
| YUV | 155.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 14 | 0.03 | 0 | 0.92 | 0.31 | 62.22 | 0.85 | 0.37 |
| Hex | AA | B0 | E | 3 | 0 | 5C | 1F | 3E | 55 | 25 |
| Octal | 252 | 260 | 16 | 3 | 0 | 134 | 37 | 76 | 125 | 45 |
| Binary | 10101010 | 10110000 | 1110 | 11 | 0 | 1011100 | 11111 | 111110 | 1010101 | 100101 |
Color Harmonies of #AAB00E
Complementary color
Monochromatic Colors of #AAB00E
Black with #AAB00E
Text Example
Text Example
White with #AAB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB00E; }
p { color: rgb(170,176,14); }
H1.HeaderClassName
{
color: #AAB00E;
}
.AnyTagClassName
{
color: #AAB00E;
}
</style>
background-color css
<style>
a { background-color: #AAB00E; }
a { background-color: rgb(170,176,14); }
div.DivClassName
{
background-color: #AAB00E;
}
.BgClassName
{
background-color: #AAB00E;
}
</style>
border-color css
<style>
span { border-color: #AAB00E; }
span { border-color: rgb(170,176,14); }
td.TdClassName
{
border-color: #AAB00E;
}
.TagClassName
{
border-color: #AAB00E;
}
</style>