Shades of La Rioja #AEC10E
Tints of La Rioja #AEC10E
RGB
CMYK
RGB Variations
Color information
#AEC10E (or 0xAEC10E) is known color: La Rioja. HEX triplet: AE, C1 and 0E. RGB value is (174,193,14). Sum of RGB (Red+Green+Blue) = 174+193+14=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC10E is #513EF1. Grayscale: #A7A7A7. Windows color (decimal): -5324530 or 967086. OLE color: 967086.
HSL color Cylindrical-coordinate representation of color #AEC10E: hue angle of 66.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEC10E is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 14 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.24 |
| HSL | 66.37º | 0.86% | 0.41% | - |
| HSV(B) | 66.37º | 0.93% | 0.76% | - |
| XYZ | 36.6 | 47.17 | 7.59 | - |
| YUV | 166.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 14 | 0.10 | 0 | 0.93 | 0.24 | 66.37 | 0.86 | 0.41 |
| Hex | AE | C1 | E | A | 0 | 5D | 18 | 42 | 56 | 29 |
| Octal | 256 | 301 | 16 | 12 | 0 | 135 | 30 | 102 | 126 | 51 |
| Binary | 10101110 | 11000001 | 1110 | 1010 | 0 | 1011101 | 11000 | 1000010 | 1010110 | 101001 |
Color Harmonies of #AEC10E
Complementary color
Monochromatic Colors of #AEC10E
Black with #AEC10E
Text Example
Text Example
White with #AEC10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC10E; }
p { color: rgb(174,193,14); }
H1.HeaderClassName
{
color: #AEC10E;
}
.AnyTagClassName
{
color: #AEC10E;
}
</style>
background-color css
<style>
a { background-color: #AEC10E; }
a { background-color: rgb(174,193,14); }
div.DivClassName
{
background-color: #AEC10E;
}
.BgClassName
{
background-color: #AEC10E;
}
</style>
border-color css
<style>
span { border-color: #AEC10E; }
span { border-color: rgb(174,193,14); }
td.TdClassName
{
border-color: #AEC10E;
}
.TagClassName
{
border-color: #AEC10E;
}
</style>