Shades of La Rioja #AEC000
Tints of La Rioja #AEC000
RGB
CMYK
RGB Variations
Color information
#AEC000 (or 0xAEC000) is known color: La Rioja. HEX triplet: AE, C0 and 00. RGB value is (174,192,0). Sum of RGB (Red+Green+Blue) = 174+192+0=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 192 (75.39% from 255 or 52.46% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC000 is #513FFF. Grayscale: #A5A5A5. Windows color (decimal): -5324800 or 49326. OLE color: 49326.
HSL color Cylindrical-coordinate representation of color #AEC000: hue angle of 65.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC000 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.25 |
| HSL | 65.63º | 1% | 0.38% | - |
| HSV(B) | 65.63º | 1% | 0.75% | - |
| XYZ | 36.31 | 46.7 | 7.1 | - |
| YUV | 164.73 | 35.04 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 0 | 0.09 | 0 | 1 | 0.25 | 65.63 | 1 | 0.38 |
| Hex | AE | C0 | 0 | 9 | 0 | 64 | 19 | 42 | 64 | 26 |
| Octal | 256 | 300 | 0 | 11 | 0 | 144 | 31 | 102 | 144 | 46 |
| Binary | 10101110 | 11000000 | 0 | 1001 | 0 | 1100100 | 11001 | 1000010 | 1100100 | 100110 |
Color Harmonies of #AEC000
Complementary color
Monochromatic Colors of #AEC000
Black with #AEC000
Text Example
Text Example
White with #AEC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC000; }
p { color: rgb(174,192,0); }
H1.HeaderClassName
{
color: #AEC000;
}
.AnyTagClassName
{
color: #AEC000;
}
</style>
background-color css
<style>
a { background-color: #AEC000; }
a { background-color: rgb(174,192,0); }
div.DivClassName
{
background-color: #AEC000;
}
.BgClassName
{
background-color: #AEC000;
}
</style>
border-color css
<style>
span { border-color: #AEC000; }
span { border-color: rgb(174,192,0); }
td.TdClassName
{
border-color: #AEC000;
}
.TagClassName
{
border-color: #AEC000;
}
</style>