Shades of La Rioja #AEBC0B
Tints of La Rioja #AEBC0B
RGB
CMYK
RGB Variations
Color information
#AEBC0B (or 0xAEBC0B) is known color: La Rioja. HEX triplet: AE, BC and 0B. RGB value is (174,188,11). Sum of RGB (Red+Green+Blue) = 174+188+11=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBC0B is #5143F4. Grayscale: #A4A4A4. Windows color (decimal): -5325813 or 769198. OLE color: 769198.
HSL color Cylindrical-coordinate representation of color #AEBC0B: hue angle of 64.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEBC0B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 174 | 188 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.26 |
| HSL | 64.75º | 0.89% | 0.39% | - |
| HSV(B) | 64.75º | 0.94% | 0.74% | - |
| XYZ | 35.5 | 44.99 | 7.13 | - |
| YUV | 163.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 11 | 0.07 | 0 | 0.94 | 0.26 | 64.75 | 0.89 | 0.39 |
| Hex | AE | BC | B | 7 | 0 | 5E | 1A | 41 | 59 | 27 |
| Octal | 256 | 274 | 13 | 7 | 0 | 136 | 32 | 101 | 131 | 47 |
| Binary | 10101110 | 10111100 | 1011 | 111 | 0 | 1011110 | 11010 | 1000001 | 1011001 | 100111 |
Color Harmonies of #AEBC0B
Complementary color
Monochromatic Colors of #AEBC0B
Black with #AEBC0B
Text Example
Text Example
White with #AEBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBC0B; }
p { color: rgb(174,188,11); }
H1.HeaderClassName
{
color: #AEBC0B;
}
.AnyTagClassName
{
color: #AEBC0B;
}
</style>
background-color css
<style>
a { background-color: #AEBC0B; }
a { background-color: rgb(174,188,11); }
div.DivClassName
{
background-color: #AEBC0B;
}
.BgClassName
{
background-color: #AEBC0B;
}
</style>
border-color css
<style>
span { border-color: #AEBC0B; }
span { border-color: rgb(174,188,11); }
td.TdClassName
{
border-color: #AEBC0B;
}
.TagClassName
{
border-color: #AEBC0B;
}
</style>