Shades of Citrus #AEAC00
Tints of Citrus #AEAC00
RGB
CMYK
RGB Variations
Color information
#AEAC00 (or 0xAEAC00) is known color: Citrus. HEX triplet: AE, AC and 00. RGB value is (174,172,0). Sum of RGB (Red+Green+Blue) = 174+172+0=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC00 is #5153FF. Grayscale: #999999. Windows color (decimal): -5329920 or 44206. OLE color: 44206.
HSL color Cylindrical-coordinate representation of color #AEAC00: hue angle of 59.31º 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 #AEAC00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.32 |
| HSL | 59.31º | 1% | 0.34% | - |
| HSV(B) | 59.31º | 1% | 0.68% | - |
| XYZ | 32.21 | 38.5 | 5.73 | - |
| YUV | 152.99 | 41.66 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 0 | 0 | 0.01 | 1 | 0.32 | 59.31 | 1 | 0.34 |
| Hex | AE | AC | 0 | 0 | 1 | 64 | 20 | 3B | 64 | 22 |
| Octal | 256 | 254 | 0 | 0 | 1 | 144 | 40 | 73 | 144 | 42 |
| Binary | 10101110 | 10101100 | 0 | 0 | 1 | 1100100 | 100000 | 111011 | 1100100 | 100010 |
Color Harmonies of #AEAC00
Complementary color
Monochromatic Colors of #AEAC00
Black with #AEAC00
Text Example
Text Example
White with #AEAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC00; }
p { color: rgb(174,172,0); }
H1.HeaderClassName
{
color: #AEAC00;
}
.AnyTagClassName
{
color: #AEAC00;
}
</style>
background-color css
<style>
a { background-color: #AEAC00; }
a { background-color: rgb(174,172,0); }
div.DivClassName
{
background-color: #AEAC00;
}
.BgClassName
{
background-color: #AEAC00;
}
</style>
border-color css
<style>
span { border-color: #AEAC00; }
span { border-color: rgb(174,172,0); }
td.TdClassName
{
border-color: #AEAC00;
}
.TagClassName
{
border-color: #AEAC00;
}
</style>