Shades of Citrus #AEAD01
Tints of Citrus #AEAD01
RGB
CMYK
RGB Variations
Color information
#AEAD01 (or 0xAEAD01) is known color: Citrus. HEX triplet: AE, AD and 01. RGB value is (174,173,1). Sum of RGB (Red+Green+Blue) = 174+173+1=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAD01 is #5152FE. Grayscale: #9A9A9A. Windows color (decimal): -5329663 or 109998. OLE color: 109998.
HSL color Cylindrical-coordinate representation of color #AEAD01: hue angle of 59.65º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEAD01 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 173 | 1 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.32 |
| HSL | 59.65º | 0.99% | 0.34% | - |
| HSV(B) | 59.65º | 0.99% | 0.68% | - |
| XYZ | 32.4 | 38.89 | 5.83 | - |
| YUV | 153.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 1 | 0 | 0.01 | 0.99 | 0.32 | 59.65 | 0.99 | 0.34 |
| Hex | AE | AD | 1 | 0 | 1 | 63 | 20 | 3C | 63 | 22 |
| Octal | 256 | 255 | 1 | 0 | 1 | 143 | 40 | 74 | 143 | 42 |
| Binary | 10101110 | 10101101 | 1 | 0 | 1 | 1100011 | 100000 | 111100 | 1100011 | 100010 |
Color Harmonies of #AEAD01
Complementary color
Monochromatic Colors of #AEAD01
Black with #AEAD01
Text Example
Text Example
White with #AEAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAD01; }
p { color: rgb(174,173,1); }
H1.HeaderClassName
{
color: #AEAD01;
}
.AnyTagClassName
{
color: #AEAD01;
}
</style>
background-color css
<style>
a { background-color: #AEAD01; }
a { background-color: rgb(174,173,1); }
div.DivClassName
{
background-color: #AEAD01;
}
.BgClassName
{
background-color: #AEAD01;
}
</style>
border-color css
<style>
span { border-color: #AEAD01; }
span { border-color: rgb(174,173,1); }
td.TdClassName
{
border-color: #AEAD01;
}
.TagClassName
{
border-color: #AEAD01;
}
</style>