Shades of Citrus #AAB109
Tints of Citrus #AAB109
RGB
CMYK
RGB Variations
Color information
#AAB109 (or 0xAAB109) is known color: Citrus. HEX triplet: AA, B1 and 09. RGB value is (170,177,9). Sum of RGB (Red+Green+Blue) = 170+177+9=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB109 is #554EF6. Grayscale: #9C9C9C. Windows color (decimal): -5590775 or 635306. OLE color: 635306.
HSL color Cylindrical-coordinate representation of color #AAB109: hue angle of 62.5º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB109 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 9 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.31 |
| HSL | 62.5º | 0.9% | 0.36% | - |
| HSV(B) | 62.5º | 0.95% | 0.69% | - |
| XYZ | 32.35 | 40.01 | 6.28 | - |
| YUV | 155.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 9 | 0.04 | 0 | 0.95 | 0.31 | 62.5 | 0.9 | 0.36 |
| Hex | AA | B1 | 9 | 4 | 0 | 5F | 1F | 3F | 5A | 24 |
| Octal | 252 | 261 | 11 | 4 | 0 | 137 | 37 | 77 | 132 | 44 |
| Binary | 10101010 | 10110001 | 1001 | 100 | 0 | 1011111 | 11111 | 111111 | 1011010 | 100100 |
Color Harmonies of #AAB109
Complementary color
Monochromatic Colors of #AAB109
Black with #AAB109
Text Example
Text Example
White with #AAB109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB109; }
p { color: rgb(170,177,9); }
H1.HeaderClassName
{
color: #AAB109;
}
.AnyTagClassName
{
color: #AAB109;
}
</style>
background-color css
<style>
a { background-color: #AAB109; }
a { background-color: rgb(170,177,9); }
div.DivClassName
{
background-color: #AAB109;
}
.BgClassName
{
background-color: #AAB109;
}
</style>
border-color css
<style>
span { border-color: #AAB109; }
span { border-color: rgb(170,177,9); }
td.TdClassName
{
border-color: #AAB109;
}
.TagClassName
{
border-color: #AAB109;
}
</style>