Shades of La Rioja #AEBA0B
Tints of La Rioja #AEBA0B
RGB
CMYK
RGB Variations
Color information
#AEBA0B (or 0xAEBA0B) is known color: La Rioja. HEX triplet: AE, BA and 0B. RGB value is (174,186,11). Sum of RGB (Red+Green+Blue) = 174+186+11=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA0B is #5145F4. Grayscale: #A3A3A3. Windows color (decimal): -5326325 or 768686. OLE color: 768686.
HSL color Cylindrical-coordinate representation of color #AEBA0B: hue angle of 64.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AEBA0B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.27 |
| HSL | 64.11º | 0.89% | 0.39% | - |
| HSV(B) | 64.11º | 0.94% | 0.73% | - |
| XYZ | 35.07 | 44.14 | 6.99 | - |
| YUV | 162.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 11 | 0.06 | 0 | 0.94 | 0.27 | 64.11 | 0.89 | 0.39 |
| Hex | AE | BA | B | 6 | 0 | 5E | 1B | 40 | 59 | 27 |
| Octal | 256 | 272 | 13 | 6 | 0 | 136 | 33 | 100 | 131 | 47 |
| Binary | 10101110 | 10111010 | 1011 | 110 | 0 | 1011110 | 11011 | 1000000 | 1011001 | 100111 |
Color Harmonies of #AEBA0B
Complementary color
Monochromatic Colors of #AEBA0B
Black with #AEBA0B
Text Example
Text Example
White with #AEBA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA0B; }
p { color: rgb(174,186,11); }
H1.HeaderClassName
{
color: #AEBA0B;
}
.AnyTagClassName
{
color: #AEBA0B;
}
</style>
background-color css
<style>
a { background-color: #AEBA0B; }
a { background-color: rgb(174,186,11); }
div.DivClassName
{
background-color: #AEBA0B;
}
.BgClassName
{
background-color: #AEBA0B;
}
</style>
border-color css
<style>
span { border-color: #AEBA0B; }
span { border-color: rgb(174,186,11); }
td.TdClassName
{
border-color: #AEBA0B;
}
.TagClassName
{
border-color: #AEBA0B;
}
</style>