Shades of La Rioja #AEBA0D
Tints of La Rioja #AEBA0D
RGB
CMYK
RGB Variations
Color information
#AEBA0D (or 0xAEBA0D) is known color: La Rioja. HEX triplet: AE, BA and 0D. RGB value is (174,186,13). Sum of RGB (Red+Green+Blue) = 174+186+13=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA0D is #5145F2. Grayscale: #A3A3A3. Windows color (decimal): -5326323 or 899758. OLE color: 899758.
HSL color Cylindrical-coordinate representation of color #AEBA0D: hue angle of 64.16º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEBA0D is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 186 | 13 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.27 |
| HSL | 64.16º | 0.87% | 0.39% | - |
| HSV(B) | 64.16º | 0.93% | 0.73% | - |
| XYZ | 35.09 | 44.15 | 7.05 | - |
| YUV | 162.69 | 43.52 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 186 | 13 | 0.06 | 0 | 0.93 | 0.27 | 64.16 | 0.87 | 0.39 |
| Hex | AE | BA | D | 6 | 0 | 5D | 1B | 40 | 57 | 27 |
| Octal | 256 | 272 | 15 | 6 | 0 | 135 | 33 | 100 | 127 | 47 |
| Binary | 10101110 | 10111010 | 1101 | 110 | 0 | 1011101 | 11011 | 1000000 | 1010111 | 100111 |
Color Harmonies of #AEBA0D
Complementary color
Monochromatic Colors of #AEBA0D
Black with #AEBA0D
Text Example
Text Example
White with #AEBA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBA0D; }
p { color: rgb(174,186,13); }
H1.HeaderClassName
{
color: #AEBA0D;
}
.AnyTagClassName
{
color: #AEBA0D;
}
</style>
background-color css
<style>
a { background-color: #AEBA0D; }
a { background-color: rgb(174,186,13); }
div.DivClassName
{
background-color: #AEBA0D;
}
.BgClassName
{
background-color: #AEBA0D;
}
</style>
border-color css
<style>
span { border-color: #AEBA0D; }
span { border-color: rgb(174,186,13); }
td.TdClassName
{
border-color: #AEBA0D;
}
.TagClassName
{
border-color: #AEBA0D;
}
</style>