Shades of Citrus #AEAC07
Tints of Citrus #AEAC07
RGB
CMYK
RGB Variations
Color information
#AEAC07 (or 0xAEAC07) is known color: Citrus. HEX triplet: AE, AC and 07. RGB value is (174,172,7). Sum of RGB (Red+Green+Blue) = 174+172+7=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC07 is #5153F8. Grayscale: #9A9A9A. Windows color (decimal): -5329913 or 502958. OLE color: 502958.
HSL color Cylindrical-coordinate representation of color #AEAC07: hue angle of 59.28º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEAC07 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 7 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.32 |
| HSL | 59.28º | 0.92% | 0.35% | - |
| HSV(B) | 59.28º | 0.96% | 0.68% | - |
| XYZ | 32.25 | 38.52 | 5.94 | - |
| YUV | 153.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 7 | 0 | 0.01 | 0.96 | 0.32 | 59.28 | 0.92 | 0.35 |
| Hex | AE | AC | 7 | 0 | 1 | 60 | 20 | 3B | 5C | 23 |
| Octal | 256 | 254 | 7 | 0 | 1 | 140 | 40 | 73 | 134 | 43 |
| Binary | 10101110 | 10101100 | 111 | 0 | 1 | 1100000 | 100000 | 111011 | 1011100 | 100011 |
Color Harmonies of #AEAC07
Complementary color
Monochromatic Colors of #AEAC07
Black with #AEAC07
Text Example
Text Example
White with #AEAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC07; }
p { color: rgb(174,172,7); }
H1.HeaderClassName
{
color: #AEAC07;
}
.AnyTagClassName
{
color: #AEAC07;
}
</style>
background-color css
<style>
a { background-color: #AEAC07; }
a { background-color: rgb(174,172,7); }
div.DivClassName
{
background-color: #AEAC07;
}
.BgClassName
{
background-color: #AEAC07;
}
</style>
border-color css
<style>
span { border-color: #AEAC07; }
span { border-color: rgb(174,172,7); }
td.TdClassName
{
border-color: #AEAC07;
}
.TagClassName
{
border-color: #AEAC07;
}
</style>