Shades of Citrus #AEAD04
Tints of Citrus #AEAD04
RGB
CMYK
RGB Variations
Color information
#AEAD04 (or 0xAEAD04) is known color: Citrus. HEX triplet: AE, AD and 04. RGB value is (174,173,4). Sum of RGB (Red+Green+Blue) = 174+173+4=351 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.57% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD04 is #5152FB. Grayscale: #9A9A9A. Windows color (decimal): -5329660 or 306606. OLE color: 306606.
HSL color Cylindrical-coordinate representation of color #AEAD04: hue angle of 59.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEAD04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.32 |
| HSL | 59.65º | 0.96% | 0.35% | - |
| HSV(B) | 59.65º | 0.98% | 0.68% | - |
| XYZ | 32.42 | 38.89 | 5.91 | - |
| YUV | 154.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 4 | 0 | 0.01 | 0.98 | 0.32 | 59.65 | 0.96 | 0.35 |
| Hex | AE | AD | 4 | 0 | 1 | 62 | 20 | 3C | 60 | 23 |
| Octal | 256 | 255 | 4 | 0 | 1 | 142 | 40 | 74 | 140 | 43 |
| Binary | 10101110 | 10101101 | 100 | 0 | 1 | 1100010 | 100000 | 111100 | 1100000 | 100011 |
Color Harmonies of #AEAD04
Complementary color
Monochromatic Colors of #AEAD04
Black with #AEAD04
Text Example
Text Example
White with #AEAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD04; }
p { color: rgb(174,173,4); }
H1.HeaderClassName
{
color: #AEAD04;
}
.AnyTagClassName
{
color: #AEAD04;
}
</style>
background-color css
<style>
a { background-color: #AEAD04; }
a { background-color: rgb(174,173,4); }
div.DivClassName
{
background-color: #AEAD04;
}
.BgClassName
{
background-color: #AEAD04;
}
</style>
border-color css
<style>
span { border-color: #AEAD04; }
span { border-color: rgb(174,173,4); }
td.TdClassName
{
border-color: #AEAD04;
}
.TagClassName
{
border-color: #AEAD04;
}
</style>