Shades of Citrus #AEAD03
Tints of Citrus #AEAD03
RGB
CMYK
RGB Variations
Color information
#AEAD03 (or 0xAEAD03) is known color: Citrus. HEX triplet: AE, AD and 03. RGB value is (174,173,3). Sum of RGB (Red+Green+Blue) = 174+173+3=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD03 is #5152FC. Grayscale: #9A9A9A. Windows color (decimal): -5329661 or 241070. OLE color: 241070.
HSL color Cylindrical-coordinate representation of color #AEAD03: hue angle of 59.65º degrees, saturation: 0.97, 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 #AEAD03 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 3 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.32 |
| HSL | 59.65º | 0.97% | 0.35% | - |
| HSV(B) | 59.65º | 0.98% | 0.68% | - |
| XYZ | 32.42 | 38.89 | 5.88 | - |
| YUV | 153.92 | 42.83 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 3 | 0 | 0.01 | 0.98 | 0.32 | 59.65 | 0.97 | 0.35 |
| Hex | AE | AD | 3 | 0 | 1 | 62 | 20 | 3C | 61 | 23 |
| Octal | 256 | 255 | 3 | 0 | 1 | 142 | 40 | 74 | 141 | 43 |
| Binary | 10101110 | 10101101 | 11 | 0 | 1 | 1100010 | 100000 | 111100 | 1100001 | 100011 |
Color Harmonies of #AEAD03
Complementary color
Monochromatic Colors of #AEAD03
Black with #AEAD03
Text Example
Text Example
White with #AEAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD03; }
p { color: rgb(174,173,3); }
H1.HeaderClassName
{
color: #AEAD03;
}
.AnyTagClassName
{
color: #AEAD03;
}
</style>
background-color css
<style>
a { background-color: #AEAD03; }
a { background-color: rgb(174,173,3); }
div.DivClassName
{
background-color: #AEAD03;
}
.BgClassName
{
background-color: #AEAD03;
}
</style>
border-color css
<style>
span { border-color: #AEAD03; }
span { border-color: rgb(174,173,3); }
td.TdClassName
{
border-color: #AEAD03;
}
.TagClassName
{
border-color: #AEAD03;
}
</style>