Shades of La Rioja #AEBB10
Tints of La Rioja #AEBB10
RGB
CMYK
RGB Variations
Color information
#AEBB10 (or 0xAEBB10) is known color: La Rioja. HEX triplet: AE, BB and 10. RGB value is (174,187,16). Sum of RGB (Red+Green+Blue) = 174+187+16=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 187 (73.44% from 255 or 49.60% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBB10 is #5144EF. Grayscale: #A4A4A4. Windows color (decimal): -5326064 or 1096622. OLE color: 1096622.
HSL color Cylindrical-coordinate representation of color #AEBB10: hue angle of 64.56º 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 #AEBB10 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 174 | 187 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.27 |
| HSL | 64.56º | 0.84% | 0.4% | - |
| HSV(B) | 64.56º | 0.91% | 0.73% | - |
| XYZ | 35.32 | 44.58 | 7.23 | - |
| YUV | 163.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 16 | 0.07 | 0 | 0.91 | 0.27 | 64.56 | 0.84 | 0.4 |
| Hex | AE | BB | 10 | 7 | 0 | 5B | 1B | 41 | 54 | 28 |
| Octal | 256 | 273 | 20 | 7 | 0 | 133 | 33 | 101 | 124 | 50 |
| Binary | 10101110 | 10111011 | 10000 | 111 | 0 | 1011011 | 11011 | 1000001 | 1010100 | 101000 |
Color Harmonies of #AEBB10
Complementary color
Monochromatic Colors of #AEBB10
Black with #AEBB10
Text Example
Text Example
White with #AEBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBB10; }
p { color: rgb(174,187,16); }
H1.HeaderClassName
{
color: #AEBB10;
}
.AnyTagClassName
{
color: #AEBB10;
}
</style>
background-color css
<style>
a { background-color: #AEBB10; }
a { background-color: rgb(174,187,16); }
div.DivClassName
{
background-color: #AEBB10;
}
.BgClassName
{
background-color: #AEBB10;
}
</style>
border-color css
<style>
span { border-color: #AEBB10; }
span { border-color: rgb(174,187,16); }
td.TdClassName
{
border-color: #AEBB10;
}
.TagClassName
{
border-color: #AEBB10;
}
</style>