Shades of Citrus #AEAA00
Tints of Citrus #AEAA00
RGB
CMYK
RGB Variations
Color information
#AEAA00 (or 0xAEAA00) is known color: Citrus. HEX triplet: AE, AA and 00. RGB value is (174,170,0). Sum of RGB (Red+Green+Blue) = 174+170+0=344 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.58% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAA00 is #5155FF. Grayscale: #989898. Windows color (decimal): -5330432 or 43694. OLE color: 43694.
HSL color Cylindrical-coordinate representation of color #AEAA00: hue angle of 58.62º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEAA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 170 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.32 |
| HSL | 58.62º | 1% | 0.34% | - |
| HSV(B) | 58.62º | 1% | 0.68% | - |
| XYZ | 31.83 | 37.75 | 5.61 | - |
| YUV | 151.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 170 | 0 | 0 | 0.02 | 1 | 0.32 | 58.62 | 1 | 0.34 |
| Hex | AE | AA | 0 | 0 | 2 | 64 | 20 | 3B | 64 | 22 |
| Octal | 256 | 252 | 0 | 0 | 2 | 144 | 40 | 73 | 144 | 42 |
| Binary | 10101110 | 10101010 | 0 | 0 | 10 | 1100100 | 100000 | 111011 | 1100100 | 100010 |
Color Harmonies of #AEAA00
Complementary color
Monochromatic Colors of #AEAA00
Black with #AEAA00
Text Example
Text Example
White with #AEAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAA00; }
p { color: rgb(174,170,0); }
H1.HeaderClassName
{
color: #AEAA00;
}
.AnyTagClassName
{
color: #AEAA00;
}
</style>
background-color css
<style>
a { background-color: #AEAA00; }
a { background-color: rgb(174,170,0); }
div.DivClassName
{
background-color: #AEAA00;
}
.BgClassName
{
background-color: #AEAA00;
}
</style>
border-color css
<style>
span { border-color: #AEAA00; }
span { border-color: rgb(174,170,0); }
td.TdClassName
{
border-color: #AEAA00;
}
.TagClassName
{
border-color: #AEAA00;
}
</style>