Shades of La Rioja #AEBA10
Tints of La Rioja #AEBA10
RGB
CMYK
RGB Variations
Color information
#AEBA10 (or 0xAEBA10) is known color: La Rioja. HEX triplet: AE, BA and 10. RGB value is (174,186,16). Sum of RGB (Red+Green+Blue) = 174+186+16=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA10 is #5145EF. Grayscale: #A3A3A3. Windows color (decimal): -5326320 or 1096366. OLE color: 1096366.
HSL color Cylindrical-coordinate representation of color #AEBA10: hue angle of 64.24º degrees, saturation: 0.84, 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 #AEBA10 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 16 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.27 |
| HSL | 64.24º | 0.84% | 0.4% | - |
| HSV(B) | 64.24º | 0.91% | 0.73% | - |
| XYZ | 35.11 | 44.15 | 7.16 | - |
| YUV | 163.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 16 | 0.06 | 0 | 0.91 | 0.27 | 64.24 | 0.84 | 0.4 |
| Hex | AE | BA | 10 | 6 | 0 | 5B | 1B | 40 | 54 | 28 |
| Octal | 256 | 272 | 20 | 6 | 0 | 133 | 33 | 100 | 124 | 50 |
| Binary | 10101110 | 10111010 | 10000 | 110 | 0 | 1011011 | 11011 | 1000000 | 1010100 | 101000 |
Color Harmonies of #AEBA10
Complementary color
Monochromatic Colors of #AEBA10
Black with #AEBA10
Text Example
Text Example
White with #AEBA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA10; }
p { color: rgb(174,186,16); }
H1.HeaderClassName
{
color: #AEBA10;
}
.AnyTagClassName
{
color: #AEBA10;
}
</style>
background-color css
<style>
a { background-color: #AEBA10; }
a { background-color: rgb(174,186,16); }
div.DivClassName
{
background-color: #AEBA10;
}
.BgClassName
{
background-color: #AEBA10;
}
</style>
border-color css
<style>
span { border-color: #AEBA10; }
span { border-color: rgb(174,186,16); }
td.TdClassName
{
border-color: #AEBA10;
}
.TagClassName
{
border-color: #AEBA10;
}
</style>