Shades of Citrus #AEAB0B
Tints of Citrus #AEAB0B
RGB
CMYK
RGB Variations
Color information
#AEAB0B (or 0xAEAB0B) is known color: Citrus. HEX triplet: AE, AB and 0B. RGB value is (174,171,11). Sum of RGB (Red+Green+Blue) = 174+171+11=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB0B is #5154F4. Grayscale: #9A9A9A. Windows color (decimal): -5330165 or 764846. OLE color: 764846.
HSL color Cylindrical-coordinate representation of color #AEAB0B: hue angle of 58.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEAB0B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 171 | 11 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.32 |
| HSL | 58.9º | 0.88% | 0.36% | - |
| HSV(B) | 58.9º | 0.94% | 0.68% | - |
| XYZ | 32.08 | 38.15 | 5.99 | - |
| YUV | 153.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 11 | 0 | 0.02 | 0.94 | 0.32 | 58.9 | 0.88 | 0.36 |
| Hex | AE | AB | B | 0 | 2 | 5E | 20 | 3B | 58 | 24 |
| Octal | 256 | 253 | 13 | 0 | 2 | 136 | 40 | 73 | 130 | 44 |
| Binary | 10101110 | 10101011 | 1011 | 0 | 10 | 1011110 | 100000 | 111011 | 1011000 | 100100 |
Color Harmonies of #AEAB0B
Complementary color
Monochromatic Colors of #AEAB0B
Black with #AEAB0B
Text Example
Text Example
White with #AEAB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAB0B; }
p { color: rgb(174,171,11); }
H1.HeaderClassName
{
color: #AEAB0B;
}
.AnyTagClassName
{
color: #AEAB0B;
}
</style>
background-color css
<style>
a { background-color: #AEAB0B; }
a { background-color: rgb(174,171,11); }
div.DivClassName
{
background-color: #AEAB0B;
}
.BgClassName
{
background-color: #AEAB0B;
}
</style>
border-color css
<style>
span { border-color: #AEAB0B; }
span { border-color: rgb(174,171,11); }
td.TdClassName
{
border-color: #AEAB0B;
}
.TagClassName
{
border-color: #AEAB0B;
}
</style>