Shades of Citrus #AAAA0C
Tints of Citrus #AAAA0C
RGB
CMYK
RGB Variations
Color information
#AAAA0C (or 0xAAAA0C) is known color: Citrus. HEX triplet: AA, AA and 0C. RGB value is (170,170,12). Sum of RGB (Red+Green+Blue) = 170+170+12=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA0C is #5555F3. Grayscale: #989898. Windows color (decimal): -5592564 or 830122. OLE color: 830122.
HSL color Cylindrical-coordinate representation of color #AAAA0C: hue angle of 60º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAAA0C is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 170 | 12 | - |
| CMYK | 0 | 0 | 0.93 | 0.33 |
| HSL | 60º | 0.87% | 0.36% | - |
| HSV(B) | 60º | 0.93% | 0.67% | - |
| XYZ | 31.02 | 37.32 | 5.92 | - |
| YUV | 151.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 170 | 12 | 0 | 0 | 0.93 | 0.33 | 60 | 0.87 | 0.36 |
| Hex | AA | AA | C | 0 | 0 | 5D | 21 | 3C | 57 | 24 |
| Octal | 252 | 252 | 14 | 0 | 0 | 135 | 41 | 74 | 127 | 44 |
| Binary | 10101010 | 10101010 | 1100 | 0 | 0 | 1011101 | 100001 | 111100 | 1010111 | 100100 |
Color Harmonies of #AAAA0C
Complementary color
Monochromatic Colors of #AAAA0C
Black with #AAAA0C
Text Example
Text Example
White with #AAAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAA0C; }
p { color: rgb(170,170,12); }
H1.HeaderClassName
{
color: #AAAA0C;
}
.AnyTagClassName
{
color: #AAAA0C;
}
</style>
background-color css
<style>
a { background-color: #AAAA0C; }
a { background-color: rgb(170,170,12); }
div.DivClassName
{
background-color: #AAAA0C;
}
.BgClassName
{
background-color: #AAAA0C;
}
</style>
border-color css
<style>
span { border-color: #AAAA0C; }
span { border-color: rgb(170,170,12); }
td.TdClassName
{
border-color: #AAAA0C;
}
.TagClassName
{
border-color: #AAAA0C;
}
</style>