Shades of Citrus #AEAB09
Tints of Citrus #AEAB09
RGB
CMYK
RGB Variations
Color information
#AEAB09 (or 0xAEAB09) is known color: Citrus. HEX triplet: AE, AB and 09. RGB value is (174,171,9). Sum of RGB (Red+Green+Blue) = 174+171+9=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB09 is #5154F6. Grayscale: #9A9A9A. Windows color (decimal): -5330167 or 633774. OLE color: 633774.
HSL color Cylindrical-coordinate representation of color #AEAB09: hue angle of 58.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AEAB09 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 9 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.32 |
| HSL | 58.91º | 0.9% | 0.36% | - |
| HSV(B) | 58.91º | 0.95% | 0.68% | - |
| XYZ | 32.07 | 38.14 | 5.93 | - |
| YUV | 153.43 | 46.49 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 9 | 0 | 0.02 | 0.95 | 0.32 | 58.91 | 0.9 | 0.36 |
| Hex | AE | AB | 9 | 0 | 2 | 5F | 20 | 3B | 5A | 24 |
| Octal | 256 | 253 | 11 | 0 | 2 | 137 | 40 | 73 | 132 | 44 |
| Binary | 10101110 | 10101011 | 1001 | 0 | 10 | 1011111 | 100000 | 111011 | 1011010 | 100100 |
Color Harmonies of #AEAB09
Complementary color
Monochromatic Colors of #AEAB09
Black with #AEAB09
Text Example
Text Example
White with #AEAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB09; }
p { color: rgb(174,171,9); }
H1.HeaderClassName
{
color: #AEAB09;
}
.AnyTagClassName
{
color: #AEAB09;
}
</style>
background-color css
<style>
a { background-color: #AEAB09; }
a { background-color: rgb(174,171,9); }
div.DivClassName
{
background-color: #AEAB09;
}
.BgClassName
{
background-color: #AEAB09;
}
</style>
border-color css
<style>
span { border-color: #AEAB09; }
span { border-color: rgb(174,171,9); }
td.TdClassName
{
border-color: #AEAB09;
}
.TagClassName
{
border-color: #AEAB09;
}
</style>