Shades of Citrus #AEAB01
Tints of Citrus #AEAB01
RGB
CMYK
RGB Variations
Color information
#AEAB01 (or 0xAEAB01) is known color: Citrus. HEX triplet: AE, AB and 01. RGB value is (174,171,1). Sum of RGB (Red+Green+Blue) = 174+171+1=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB01 is #5154FE. Grayscale: #999999. Windows color (decimal): -5330175 or 109486. OLE color: 109486.
HSL color Cylindrical-coordinate representation of color #AEAB01: hue angle of 58.96º 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 #AEAB01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.32 |
| HSL | 58.96º | 0.99% | 0.34% | - |
| HSV(B) | 58.96º | 0.99% | 0.68% | - |
| XYZ | 32.02 | 38.13 | 5.7 | - |
| YUV | 152.52 | 42.49 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 1 | 0 | 0.02 | 0.99 | 0.32 | 58.96 | 0.99 | 0.34 |
| Hex | AE | AB | 1 | 0 | 2 | 63 | 20 | 3B | 63 | 22 |
| Octal | 256 | 253 | 1 | 0 | 2 | 143 | 40 | 73 | 143 | 42 |
| Binary | 10101110 | 10101011 | 1 | 0 | 10 | 1100011 | 100000 | 111011 | 1100011 | 100010 |
Color Harmonies of #AEAB01
Complementary color
Monochromatic Colors of #AEAB01
Black with #AEAB01
Text Example
Text Example
White with #AEAB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB01; }
p { color: rgb(174,171,1); }
H1.HeaderClassName
{
color: #AEAB01;
}
.AnyTagClassName
{
color: #AEAB01;
}
</style>
background-color css
<style>
a { background-color: #AEAB01; }
a { background-color: rgb(174,171,1); }
div.DivClassName
{
background-color: #AEAB01;
}
.BgClassName
{
background-color: #AEAB01;
}
</style>
border-color css
<style>
span { border-color: #AEAB01; }
span { border-color: rgb(174,171,1); }
td.TdClassName
{
border-color: #AEAB01;
}
.TagClassName
{
border-color: #AEAB01;
}
</style>