Shades of La Rioja #AEC901
Tints of La Rioja #AEC901
RGB
CMYK
RGB Variations
Color information
#AEC901 (or 0xAEC901) is known color: La Rioja. HEX triplet: AE, C9 and 01. RGB value is (174,201,1). Sum of RGB (Red+Green+Blue) = 174+201+1=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 201 (78.91% from 255 or 53.46% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC901 is #5136FE. Grayscale: #AAAAAA. Windows color (decimal): -5322495 or 117166. OLE color: 117166.
HSL color Cylindrical-coordinate representation of color #AEC901: hue angle of 68.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AEC901 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.21 |
| HSL | 68.1º | 0.99% | 0.4% | - |
| HSV(B) | 68.1º | 1% | 0.79% | - |
| XYZ | 38.35 | 50.77 | 7.81 | - |
| YUV | 170.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 1 | 0.13 | 0 | 1.00 | 0.21 | 68.1 | 0.99 | 0.4 |
| Hex | AE | C9 | 1 | D | 0 | 64 | 15 | 44 | 63 | 28 |
| Octal | 256 | 311 | 1 | 15 | 0 | 144 | 25 | 104 | 143 | 50 |
| Binary | 10101110 | 11001001 | 1 | 1101 | 0 | 1100100 | 10101 | 1000100 | 1100011 | 101000 |
Color Harmonies of #AEC901
Complementary color
Monochromatic Colors of #AEC901
Black with #AEC901
Text Example
Text Example
White with #AEC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC901; }
p { color: rgb(174,201,1); }
H1.HeaderClassName
{
color: #AEC901;
}
.AnyTagClassName
{
color: #AEC901;
}
</style>
background-color css
<style>
a { background-color: #AEC901; }
a { background-color: rgb(174,201,1); }
div.DivClassName
{
background-color: #AEC901;
}
.BgClassName
{
background-color: #AEC901;
}
</style>
border-color css
<style>
span { border-color: #AEC901; }
span { border-color: rgb(174,201,1); }
td.TdClassName
{
border-color: #AEC901;
}
.TagClassName
{
border-color: #AEC901;
}
</style>