Shades of Citrus #AEAB00
Tints of Citrus #AEAB00
RGB
CMYK
RGB Variations
Color information
#AEAB00 (or 0xAEAB00) is known color: Citrus. HEX triplet: AE, AB and 00. RGB value is (174,171,0). Sum of RGB (Red+Green+Blue) = 174+171+0=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB00 is #5154FF. Grayscale: #999999. Windows color (decimal): -5330176 or 43950. OLE color: 43950.
HSL color Cylindrical-coordinate representation of color #AEAB00: hue angle of 58.97º 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 #AEAB00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.32 |
| HSL | 58.97º | 1% | 0.34% | - |
| HSV(B) | 58.97º | 1% | 0.68% | - |
| XYZ | 32.02 | 38.12 | 5.67 | - |
| YUV | 152.4 | 41.99 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 0 | 0 | 0.02 | 1 | 0.32 | 58.97 | 1 | 0.34 |
| Hex | AE | AB | 0 | 0 | 2 | 64 | 20 | 3B | 64 | 22 |
| Octal | 256 | 253 | 0 | 0 | 2 | 144 | 40 | 73 | 144 | 42 |
| Binary | 10101110 | 10101011 | 0 | 0 | 10 | 1100100 | 100000 | 111011 | 1100100 | 100010 |
Color Harmonies of #AEAB00
Complementary color
Monochromatic Colors of #AEAB00
Black with #AEAB00
Text Example
Text Example
White with #AEAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB00; }
p { color: rgb(174,171,0); }
H1.HeaderClassName
{
color: #AEAB00;
}
.AnyTagClassName
{
color: #AEAB00;
}
</style>
background-color css
<style>
a { background-color: #AEAB00; }
a { background-color: rgb(174,171,0); }
div.DivClassName
{
background-color: #AEAB00;
}
.BgClassName
{
background-color: #AEAB00;
}
</style>
border-color css
<style>
span { border-color: #AEAB00; }
span { border-color: rgb(174,171,0); }
td.TdClassName
{
border-color: #AEAB00;
}
.TagClassName
{
border-color: #AEAB00;
}
</style>