Shades of Citrus #AAB10D
Tints of Citrus #AAB10D
RGB
CMYK
RGB Variations
Color information
#AAB10D (or 0xAAB10D) is known color: Citrus. HEX triplet: AA, B1 and 0D. RGB value is (170,177,13). Sum of RGB (Red+Green+Blue) = 170+177+13=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 177 (69.53% from 255 or 49.17% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB10D is #554EF2. Grayscale: #9C9C9C. Windows color (decimal): -5590771 or 897450. OLE color: 897450.
HSL color Cylindrical-coordinate representation of color #AAB10D: hue angle of 62.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB10D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.31 |
| HSL | 62.56º | 0.86% | 0.37% | - |
| HSV(B) | 62.56º | 0.93% | 0.69% | - |
| XYZ | 32.37 | 40.02 | 6.4 | - |
| YUV | 156.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 13 | 0.04 | 0 | 0.93 | 0.31 | 62.56 | 0.86 | 0.37 |
| Hex | AA | B1 | D | 4 | 0 | 5D | 1F | 3F | 56 | 25 |
| Octal | 252 | 261 | 15 | 4 | 0 | 135 | 37 | 77 | 126 | 45 |
| Binary | 10101010 | 10110001 | 1101 | 100 | 0 | 1011101 | 11111 | 111111 | 1010110 | 100101 |
Color Harmonies of #AAB10D
Complementary color
Monochromatic Colors of #AAB10D
Black with #AAB10D
Text Example
Text Example
White with #AAB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB10D; }
p { color: rgb(170,177,13); }
H1.HeaderClassName
{
color: #AAB10D;
}
.AnyTagClassName
{
color: #AAB10D;
}
</style>
background-color css
<style>
a { background-color: #AAB10D; }
a { background-color: rgb(170,177,13); }
div.DivClassName
{
background-color: #AAB10D;
}
.BgClassName
{
background-color: #AAB10D;
}
</style>
border-color css
<style>
span { border-color: #AAB10D; }
span { border-color: rgb(170,177,13); }
td.TdClassName
{
border-color: #AAB10D;
}
.TagClassName
{
border-color: #AAB10D;
}
</style>