Shades of La Rioja #AEBA11
Tints of La Rioja #AEBA11
RGB
CMYK
RGB Variations
Color information
#AEBA11 (or 0xAEBA11) is known color: La Rioja. HEX triplet: AE, BA and 11. RGB value is (174,186,17). Sum of RGB (Red+Green+Blue) = 174+186+17=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA11 is #5145EE. Grayscale: #A3A3A3. Windows color (decimal): -5326319 or 1161902. OLE color: 1161902.
HSL color Cylindrical-coordinate representation of color #AEBA11: hue angle of 64.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEBA11 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 17 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.27 |
| HSL | 64.26º | 0.83% | 0.4% | - |
| HSV(B) | 64.26º | 0.91% | 0.73% | - |
| XYZ | 35.12 | 44.16 | 7.2 | - |
| YUV | 163.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 17 | 0.06 | 0 | 0.91 | 0.27 | 64.26 | 0.83 | 0.4 |
| Hex | AE | BA | 11 | 6 | 0 | 5B | 1B | 40 | 53 | 28 |
| Octal | 256 | 272 | 21 | 6 | 0 | 133 | 33 | 100 | 123 | 50 |
| Binary | 10101110 | 10111010 | 10001 | 110 | 0 | 1011011 | 11011 | 1000000 | 1010011 | 101000 |
Color Harmonies of #AEBA11
Complementary color
Monochromatic Colors of #AEBA11
Black with #AEBA11
Text Example
Text Example
White with #AEBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA11; }
p { color: rgb(174,186,17); }
H1.HeaderClassName
{
color: #AEBA11;
}
.AnyTagClassName
{
color: #AEBA11;
}
</style>
background-color css
<style>
a { background-color: #AEBA11; }
a { background-color: rgb(174,186,17); }
div.DivClassName
{
background-color: #AEBA11;
}
.BgClassName
{
background-color: #AEBA11;
}
</style>
border-color css
<style>
span { border-color: #AEBA11; }
span { border-color: rgb(174,186,17); }
td.TdClassName
{
border-color: #AEBA11;
}
.TagClassName
{
border-color: #AEBA11;
}
</style>