Shades of Citrus #AAAC0B
Tints of Citrus #AAAC0B
RGB
CMYK
RGB Variations
Color information
#AAAC0B (or 0xAAAC0B) is known color: Citrus. HEX triplet: AA, AC and 0B. RGB value is (170,172,11). Sum of RGB (Red+Green+Blue) = 170+172+11=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC0B is #5553F4. Grayscale: #999999. Windows color (decimal): -5592053 or 765098. OLE color: 765098.
HSL color Cylindrical-coordinate representation of color #AAAC0B: hue angle of 60.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAAC0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 11 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.33 |
| HSL | 60.75º | 0.88% | 0.36% | - |
| HSV(B) | 60.75º | 0.94% | 0.67% | - |
| XYZ | 31.39 | 38.08 | 6.01 | - |
| YUV | 153.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 11 | 0.01 | 0 | 0.94 | 0.33 | 60.75 | 0.88 | 0.36 |
| Hex | AA | AC | B | 1 | 0 | 5E | 21 | 3D | 58 | 24 |
| Octal | 252 | 254 | 13 | 1 | 0 | 136 | 41 | 75 | 130 | 44 |
| Binary | 10101010 | 10101100 | 1011 | 1 | 0 | 1011110 | 100001 | 111101 | 1011000 | 100100 |
Color Harmonies of #AAAC0B
Complementary color
Monochromatic Colors of #AAAC0B
Black with #AAAC0B
Text Example
Text Example
White with #AAAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC0B; }
p { color: rgb(170,172,11); }
H1.HeaderClassName
{
color: #AAAC0B;
}
.AnyTagClassName
{
color: #AAAC0B;
}
</style>
background-color css
<style>
a { background-color: #AAAC0B; }
a { background-color: rgb(170,172,11); }
div.DivClassName
{
background-color: #AAAC0B;
}
.BgClassName
{
background-color: #AAAC0B;
}
</style>
border-color css
<style>
span { border-color: #AAAC0B; }
span { border-color: rgb(170,172,11); }
td.TdClassName
{
border-color: #AAAC0B;
}
.TagClassName
{
border-color: #AAAC0B;
}
</style>