Shades of La Rioja #AEC100
Tints of La Rioja #AEC100
RGB
CMYK
RGB Variations
Color information
#AEC100 (or 0xAEC100) is known color: La Rioja. HEX triplet: AE, C1 and 00. RGB value is (174,193,0). Sum of RGB (Red+Green+Blue) = 174+193+0=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC100 is #513EFF. Grayscale: #A6A6A6. Windows color (decimal): -5324544 or 49582. OLE color: 49582.
HSL color Cylindrical-coordinate representation of color #AEC100: hue angle of 65.91º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC100 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.24 |
| HSL | 65.91º | 1% | 0.38% | - |
| HSV(B) | 65.91º | 1% | 0.76% | - |
| XYZ | 36.53 | 47.14 | 7.17 | - |
| YUV | 165.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 0 | 0.10 | 0 | 1 | 0.24 | 65.91 | 1 | 0.38 |
| Hex | AE | C1 | 0 | A | 0 | 64 | 18 | 42 | 64 | 26 |
| Octal | 256 | 301 | 0 | 12 | 0 | 144 | 30 | 102 | 144 | 46 |
| Binary | 10101110 | 11000001 | 0 | 1010 | 0 | 1100100 | 11000 | 1000010 | 1100100 | 100110 |
Color Harmonies of #AEC100
Complementary color
Monochromatic Colors of #AEC100
Black with #AEC100
Text Example
Text Example
White with #AEC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC100; }
p { color: rgb(174,193,0); }
H1.HeaderClassName
{
color: #AEC100;
}
.AnyTagClassName
{
color: #AEC100;
}
</style>
background-color css
<style>
a { background-color: #AEC100; }
a { background-color: rgb(174,193,0); }
div.DivClassName
{
background-color: #AEC100;
}
.BgClassName
{
background-color: #AEC100;
}
</style>
border-color css
<style>
span { border-color: #AEC100; }
span { border-color: rgb(174,193,0); }
td.TdClassName
{
border-color: #AEC100;
}
.TagClassName
{
border-color: #AEC100;
}
</style>