Shades of Citrus #AAAA0B
Tints of Citrus #AAAA0B
RGB
CMYK
RGB Variations
Color information
#AAAA0B (or 0xAAAA0B) is known color: Citrus. HEX triplet: AA, AA and 0B. RGB value is (170,170,11). Sum of RGB (Red+Green+Blue) = 170+170+11=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA0B is #5555F4. Grayscale: #989898. Windows color (decimal): -5592565 or 764586. OLE color: 764586.
HSL color Cylindrical-coordinate representation of color #AAAA0B: hue angle of 60º 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 #AAAA0B is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 11 | - |
| CMYK | 0 | 0 | 0.94 | 0.33 |
| HSL | 60º | 0.88% | 0.35% | - |
| HSV(B) | 60º | 0.94% | 0.67% | - |
| XYZ | 31.01 | 37.32 | 5.89 | - |
| YUV | 151.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 11 | 0 | 0 | 0.94 | 0.33 | 60 | 0.88 | 0.35 |
| Hex | AA | AA | B | 0 | 0 | 5E | 21 | 3C | 58 | 23 |
| Octal | 252 | 252 | 13 | 0 | 0 | 136 | 41 | 74 | 130 | 43 |
| Binary | 10101010 | 10101010 | 1011 | 0 | 0 | 1011110 | 100001 | 111100 | 1011000 | 100011 |
Color Harmonies of #AAAA0B
Complementary color
Monochromatic Colors of #AAAA0B
Black with #AAAA0B
Text Example
Text Example
White with #AAAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA0B; }
p { color: rgb(170,170,11); }
H1.HeaderClassName
{
color: #AAAA0B;
}
.AnyTagClassName
{
color: #AAAA0B;
}
</style>
background-color css
<style>
a { background-color: #AAAA0B; }
a { background-color: rgb(170,170,11); }
div.DivClassName
{
background-color: #AAAA0B;
}
.BgClassName
{
background-color: #AAAA0B;
}
</style>
border-color css
<style>
span { border-color: #AAAA0B; }
span { border-color: rgb(170,170,11); }
td.TdClassName
{
border-color: #AAAA0B;
}
.TagClassName
{
border-color: #AAAA0B;
}
</style>