Shades of La Rioja #AECB01
Tints of La Rioja #AECB01
RGB
CMYK
RGB Variations
Color information
#AECB01 (or 0xAECB01) is known color: La Rioja. HEX triplet: AE, CB and 01. RGB value is (174,203,1). Sum of RGB (Red+Green+Blue) = 174+203+1=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB01 is #5134FE. Grayscale: #ACACAC. Windows color (decimal): -5321983 or 117678. OLE color: 117678.
HSL color Cylindrical-coordinate representation of color #AECB01: hue angle of 68.61º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AECB01 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 1 | - |
| CMYK | 0.14 | 0 | 1.00 | 0.20 |
| HSL | 68.61º | 0.99% | 0.4% | - |
| HSV(B) | 68.61º | 1% | 0.8% | - |
| XYZ | 38.82 | 51.71 | 7.96 | - |
| YUV | 171.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 1 | 0.14 | 0 | 1.00 | 0.20 | 68.61 | 0.99 | 0.4 |
| Hex | AE | CB | 1 | E | 0 | 64 | 14 | 45 | 63 | 28 |
| Octal | 256 | 313 | 1 | 16 | 0 | 144 | 24 | 105 | 143 | 50 |
| Binary | 10101110 | 11001011 | 1 | 1110 | 0 | 1100100 | 10100 | 1000101 | 1100011 | 101000 |
Color Harmonies of #AECB01
Complementary color
Monochromatic Colors of #AECB01
Black with #AECB01
Text Example
Text Example
White with #AECB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB01; }
p { color: rgb(174,203,1); }
H1.HeaderClassName
{
color: #AECB01;
}
.AnyTagClassName
{
color: #AECB01;
}
</style>
background-color css
<style>
a { background-color: #AECB01; }
a { background-color: rgb(174,203,1); }
div.DivClassName
{
background-color: #AECB01;
}
.BgClassName
{
background-color: #AECB01;
}
</style>
border-color css
<style>
span { border-color: #AECB01; }
span { border-color: rgb(174,203,1); }
td.TdClassName
{
border-color: #AECB01;
}
.TagClassName
{
border-color: #AECB01;
}
</style>