Shades of Citrus #AEAC0A
Tints of Citrus #AEAC0A
RGB
CMYK
RGB Variations
Color information
#AEAC0A (or 0xAEAC0A) is known color: Citrus. HEX triplet: AE, AC and 0A. RGB value is (174,172,10). Sum of RGB (Red+Green+Blue) = 174+172+10=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC0A is #5153F5. Grayscale: #9A9A9A. Windows color (decimal): -5329910 or 699566. OLE color: 699566.
HSL color Cylindrical-coordinate representation of color #AEAC0A: hue angle of 59.27º degrees, saturation: 0.89, 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 #AEAC0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 10 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.32 |
| HSL | 59.27º | 0.89% | 0.36% | - |
| HSV(B) | 59.27º | 0.94% | 0.68% | - |
| XYZ | 32.26 | 38.53 | 6.02 | - |
| YUV | 154.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 10 | 0 | 0.01 | 0.94 | 0.32 | 59.27 | 0.89 | 0.36 |
| Hex | AE | AC | A | 0 | 1 | 5E | 20 | 3B | 59 | 24 |
| Octal | 256 | 254 | 12 | 0 | 1 | 136 | 40 | 73 | 131 | 44 |
| Binary | 10101110 | 10101100 | 1010 | 0 | 1 | 1011110 | 100000 | 111011 | 1011001 | 100100 |
Color Harmonies of #AEAC0A
Complementary color
Monochromatic Colors of #AEAC0A
Black with #AEAC0A
Text Example
Text Example
White with #AEAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC0A; }
p { color: rgb(174,172,10); }
H1.HeaderClassName
{
color: #AEAC0A;
}
.AnyTagClassName
{
color: #AEAC0A;
}
</style>
background-color css
<style>
a { background-color: #AEAC0A; }
a { background-color: rgb(174,172,10); }
div.DivClassName
{
background-color: #AEAC0A;
}
.BgClassName
{
background-color: #AEAC0A;
}
</style>
border-color css
<style>
span { border-color: #AEAC0A; }
span { border-color: rgb(174,172,10); }
td.TdClassName
{
border-color: #AEAC0A;
}
.TagClassName
{
border-color: #AEAC0A;
}
</style>