Shades of Citrus #AEAE0C
Tints of Citrus #AEAE0C
RGB
CMYK
RGB Variations
Color information
#AEAE0C (or 0xAEAE0C) is known color: Citrus. HEX triplet: AE, AE and 0C. RGB value is (174,174,12). Sum of RGB (Red+Green+Blue) = 174+174+12=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAE0C is #5151F3. Grayscale: #9C9C9C. Windows color (decimal): -5329396 or 831150. OLE color: 831150.
HSL color Cylindrical-coordinate representation of color #AEAE0C: hue angle of 60º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEAE0C is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 174 | 12 | - |
| CMYK | 0 | 0 | 0.93 | 0.32 |
| HSL | 60º | 0.87% | 0.36% | - |
| HSV(B) | 60º | 0.93% | 0.68% | - |
| XYZ | 32.66 | 39.3 | 6.21 | - |
| YUV | 155.53 | 47 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 12 | 0 | 0 | 0.93 | 0.32 | 60 | 0.87 | 0.36 |
| Hex | AE | AE | C | 0 | 0 | 5D | 20 | 3C | 57 | 24 |
| Octal | 256 | 256 | 14 | 0 | 0 | 135 | 40 | 74 | 127 | 44 |
| Binary | 10101110 | 10101110 | 1100 | 0 | 0 | 1011101 | 100000 | 111100 | 1010111 | 100100 |
Color Harmonies of #AEAE0C
Complementary color
Monochromatic Colors of #AEAE0C
Black with #AEAE0C
Text Example
Text Example
White with #AEAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAE0C; }
p { color: rgb(174,174,12); }
H1.HeaderClassName
{
color: #AEAE0C;
}
.AnyTagClassName
{
color: #AEAE0C;
}
</style>
background-color css
<style>
a { background-color: #AEAE0C; }
a { background-color: rgb(174,174,12); }
div.DivClassName
{
background-color: #AEAE0C;
}
.BgClassName
{
background-color: #AEAE0C;
}
</style>
border-color css
<style>
span { border-color: #AEAE0C; }
span { border-color: rgb(174,174,12); }
td.TdClassName
{
border-color: #AEAE0C;
}
.TagClassName
{
border-color: #AEAE0C;
}
</style>