Shades of Citrus #AAA80B
Tints of Citrus #AAA80B
RGB
CMYK
RGB Variations
Color information
#AAA80B (or 0xAAA80B) is known color: Citrus. HEX triplet: AA, A8 and 0B. RGB value is (170,168,11). Sum of RGB (Red+Green+Blue) = 170+168+11=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA80B is #5557F4. Grayscale: #979797. Windows color (decimal): -5593077 or 764074. OLE color: 764074.
HSL color Cylindrical-coordinate representation of color #AAA80B: hue angle of 59.25º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAA80B is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 11 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.33 |
| HSL | 59.25º | 0.88% | 0.35% | - |
| HSV(B) | 59.25º | 0.94% | 0.67% | - |
| XYZ | 30.64 | 36.58 | 5.76 | - |
| YUV | 150.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 11 | 0 | 0.01 | 0.94 | 0.33 | 59.25 | 0.88 | 0.35 |
| Hex | AA | A8 | B | 0 | 1 | 5E | 21 | 3B | 58 | 23 |
| Octal | 252 | 250 | 13 | 0 | 1 | 136 | 41 | 73 | 130 | 43 |
| Binary | 10101010 | 10101000 | 1011 | 0 | 1 | 1011110 | 100001 | 111011 | 1011000 | 100011 |
Color Harmonies of #AAA80B
Complementary color
Monochromatic Colors of #AAA80B
Black with #AAA80B
Text Example
Text Example
White with #AAA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA80B; }
p { color: rgb(170,168,11); }
H1.HeaderClassName
{
color: #AAA80B;
}
.AnyTagClassName
{
color: #AAA80B;
}
</style>
background-color css
<style>
a { background-color: #AAA80B; }
a { background-color: rgb(170,168,11); }
div.DivClassName
{
background-color: #AAA80B;
}
.BgClassName
{
background-color: #AAA80B;
}
</style>
border-color css
<style>
span { border-color: #AAA80B; }
span { border-color: rgb(170,168,11); }
td.TdClassName
{
border-color: #AAA80B;
}
.TagClassName
{
border-color: #AAA80B;
}
</style>