Shades of Citrus #AEAC02
Tints of Citrus #AEAC02
RGB
CMYK
RGB Variations
Color information
#AEAC02 (or 0xAEAC02) is known color: Citrus. HEX triplet: AE, AC and 02. RGB value is (174,172,2). Sum of RGB (Red+Green+Blue) = 174+172+2=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAC02 is #5153FD. Grayscale: #999999. Windows color (decimal): -5329918 or 175278. OLE color: 175278.
HSL color Cylindrical-coordinate representation of color #AEAC02: hue angle of 59.3º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEAC02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 172 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.32 |
| HSL | 59.3º | 0.98% | 0.35% | - |
| HSV(B) | 59.3º | 0.99% | 0.68% | - |
| XYZ | 32.22 | 38.51 | 5.79 | - |
| YUV | 153.22 | 42.66 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 172 | 2 | 0 | 0.01 | 0.99 | 0.32 | 59.3 | 0.98 | 0.35 |
| Hex | AE | AC | 2 | 0 | 1 | 63 | 20 | 3B | 62 | 23 |
| Octal | 256 | 254 | 2 | 0 | 1 | 143 | 40 | 73 | 142 | 43 |
| Binary | 10101110 | 10101100 | 10 | 0 | 1 | 1100011 | 100000 | 111011 | 1100010 | 100011 |
Color Harmonies of #AEAC02
Complementary color
Monochromatic Colors of #AEAC02
Black with #AEAC02
Text Example
Text Example
White with #AEAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAC02; }
p { color: rgb(174,172,2); }
H1.HeaderClassName
{
color: #AEAC02;
}
.AnyTagClassName
{
color: #AEAC02;
}
</style>
background-color css
<style>
a { background-color: #AEAC02; }
a { background-color: rgb(174,172,2); }
div.DivClassName
{
background-color: #AEAC02;
}
.BgClassName
{
background-color: #AEAC02;
}
</style>
border-color css
<style>
span { border-color: #AEAC02; }
span { border-color: rgb(174,172,2); }
td.TdClassName
{
border-color: #AEAC02;
}
.TagClassName
{
border-color: #AEAC02;
}
</style>