Shades of Citrus #AEAE01
Tints of Citrus #AEAE01
RGB
CMYK
RGB Variations
Color information
#AEAE01 (or 0xAEAE01) is known color: Citrus. HEX triplet: AE, AE and 01. RGB value is (174,174,1). Sum of RGB (Red+Green+Blue) = 174+174+1=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE01 is #5151FE. Grayscale: #9A9A9A. Windows color (decimal): -5329407 or 110254. OLE color: 110254.
HSL color Cylindrical-coordinate representation of color #AEAE01: hue angle of 60º 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 #AEAE01 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.32 |
| HSL | 60º | 0.99% | 0.34% | - |
| HSV(B) | 60º | 0.99% | 0.68% | - |
| XYZ | 32.6 | 39.27 | 5.89 | - |
| YUV | 154.28 | 41.5 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 1 | 0 | 0 | 0.99 | 0.32 | 60 | 0.99 | 0.34 |
| Hex | AE | AE | 1 | 0 | 0 | 63 | 20 | 3C | 63 | 22 |
| Octal | 256 | 256 | 1 | 0 | 0 | 143 | 40 | 74 | 143 | 42 |
| Binary | 10101110 | 10101110 | 1 | 0 | 0 | 1100011 | 100000 | 111100 | 1100011 | 100010 |
Color Harmonies of #AEAE01
Complementary color
Monochromatic Colors of #AEAE01
Black with #AEAE01
Text Example
Text Example
White with #AEAE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE01; }
p { color: rgb(174,174,1); }
H1.HeaderClassName
{
color: #AEAE01;
}
.AnyTagClassName
{
color: #AEAE01;
}
</style>
background-color css
<style>
a { background-color: #AEAE01; }
a { background-color: rgb(174,174,1); }
div.DivClassName
{
background-color: #AEAE01;
}
.BgClassName
{
background-color: #AEAE01;
}
</style>
border-color css
<style>
span { border-color: #AEAE01; }
span { border-color: rgb(174,174,1); }
td.TdClassName
{
border-color: #AEAE01;
}
.TagClassName
{
border-color: #AEAE01;
}
</style>