Shades of La Rioja #AEBC01
Tints of La Rioja #AEBC01
RGB
CMYK
RGB Variations
Color information
#AEBC01 (or 0xAEBC01) is known color: La Rioja. HEX triplet: AE, BC and 01. RGB value is (174,188,1). Sum of RGB (Red+Green+Blue) = 174+188+1=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC01 is #5143FE. Grayscale: #A3A3A3. Windows color (decimal): -5325823 or 113838. OLE color: 113838.
HSL color Cylindrical-coordinate representation of color #AEBC01: hue angle of 64.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEBC01 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.26 |
| HSL | 64.49º | 0.99% | 0.37% | - |
| HSV(B) | 64.49º | 0.99% | 0.74% | - |
| XYZ | 35.44 | 44.97 | 6.84 | - |
| YUV | 162.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 1 | 0.07 | 0 | 0.99 | 0.26 | 64.49 | 0.99 | 0.37 |
| Hex | AE | BC | 1 | 7 | 0 | 63 | 1A | 40 | 63 | 25 |
| Octal | 256 | 274 | 1 | 7 | 0 | 143 | 32 | 100 | 143 | 45 |
| Binary | 10101110 | 10111100 | 1 | 111 | 0 | 1100011 | 11010 | 1000000 | 1100011 | 100101 |
Color Harmonies of #AEBC01
Complementary color
Monochromatic Colors of #AEBC01
Black with #AEBC01
Text Example
Text Example
White with #AEBC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC01; }
p { color: rgb(174,188,1); }
H1.HeaderClassName
{
color: #AEBC01;
}
.AnyTagClassName
{
color: #AEBC01;
}
</style>
background-color css
<style>
a { background-color: #AEBC01; }
a { background-color: rgb(174,188,1); }
div.DivClassName
{
background-color: #AEBC01;
}
.BgClassName
{
background-color: #AEBC01;
}
</style>
border-color css
<style>
span { border-color: #AEBC01; }
span { border-color: rgb(174,188,1); }
td.TdClassName
{
border-color: #AEBC01;
}
.TagClassName
{
border-color: #AEBC01;
}
</style>