Shades of Citrus #AEAD00
Tints of Citrus #AEAD00
RGB
CMYK
RGB Variations
Color information
#AEAD00 (or 0xAEAD00) is known color: Citrus. HEX triplet: AE, AD and 00. RGB value is (174,173,0). Sum of RGB (Red+Green+Blue) = 174+173+0=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD00 is #5152FF. Grayscale: #9A9A9A. Windows color (decimal): -5329664 or 44462. OLE color: 44462.
HSL color Cylindrical-coordinate representation of color #AEAD00: hue angle of 59.66º 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 #AEAD00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.32 |
| HSL | 59.66º | 1% | 0.34% | - |
| HSV(B) | 59.66º | 1% | 0.68% | - |
| XYZ | 32.4 | 38.89 | 5.8 | - |
| YUV | 153.58 | 41.33 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 0 | 0 | 0.01 | 1 | 0.32 | 59.66 | 1 | 0.34 |
| Hex | AE | AD | 0 | 0 | 1 | 64 | 20 | 3C | 64 | 22 |
| Octal | 256 | 255 | 0 | 0 | 1 | 144 | 40 | 74 | 144 | 42 |
| Binary | 10101110 | 10101101 | 0 | 0 | 1 | 1100100 | 100000 | 111100 | 1100100 | 100010 |
Color Harmonies of #AEAD00
Complementary color
Monochromatic Colors of #AEAD00
Black with #AEAD00
Text Example
Text Example
White with #AEAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD00; }
p { color: rgb(174,173,0); }
H1.HeaderClassName
{
color: #AEAD00;
}
.AnyTagClassName
{
color: #AEAD00;
}
</style>
background-color css
<style>
a { background-color: #AEAD00; }
a { background-color: rgb(174,173,0); }
div.DivClassName
{
background-color: #AEAD00;
}
.BgClassName
{
background-color: #AEAD00;
}
</style>
border-color css
<style>
span { border-color: #AEAD00; }
span { border-color: rgb(174,173,0); }
td.TdClassName
{
border-color: #AEAD00;
}
.TagClassName
{
border-color: #AEAD00;
}
</style>