Shades of Citrus #AAAC0F
Tints of Citrus #AAAC0F
RGB
CMYK
RGB Variations
Color information
#AAAC0F (or 0xAAAC0F) is known color: Citrus. HEX triplet: AA, AC and 0F. RGB value is (170,172,15). Sum of RGB (Red+Green+Blue) = 170+172+15=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 172 (67.58% from 255 or 48.18% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAC0F is #5553F0. Grayscale: #9A9A9A. Windows color (decimal): -5592049 or 1027242. OLE color: 1027242.
HSL color Cylindrical-coordinate representation of color #AAAC0F: hue angle of 60.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AAAC0F is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 15 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.33 |
| HSL | 60.76º | 0.84% | 0.37% | - |
| HSV(B) | 60.76º | 0.91% | 0.67% | - |
| XYZ | 31.42 | 38.09 | 6.15 | - |
| YUV | 153.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 15 | 0.01 | 0 | 0.91 | 0.33 | 60.76 | 0.84 | 0.37 |
| Hex | AA | AC | F | 1 | 0 | 5B | 21 | 3D | 54 | 25 |
| Octal | 252 | 254 | 17 | 1 | 0 | 133 | 41 | 75 | 124 | 45 |
| Binary | 10101010 | 10101100 | 1111 | 1 | 0 | 1011011 | 100001 | 111101 | 1010100 | 100101 |
Color Harmonies of #AAAC0F
Complementary color
Monochromatic Colors of #AAAC0F
Black with #AAAC0F
Text Example
Text Example
White with #AAAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC0F; }
p { color: rgb(170,172,15); }
H1.HeaderClassName
{
color: #AAAC0F;
}
.AnyTagClassName
{
color: #AAAC0F;
}
</style>
background-color css
<style>
a { background-color: #AAAC0F; }
a { background-color: rgb(170,172,15); }
div.DivClassName
{
background-color: #AAAC0F;
}
.BgClassName
{
background-color: #AAAC0F;
}
</style>
border-color css
<style>
span { border-color: #AAAC0F; }
span { border-color: rgb(170,172,15); }
td.TdClassName
{
border-color: #AAAC0F;
}
.TagClassName
{
border-color: #AAAC0F;
}
</style>