Shades of La Rioja #AECB0A
Tints of La Rioja #AECB0A
RGB
CMYK
RGB Variations
Color information
#AECB0A (or 0xAECB0A) is known color: La Rioja. HEX triplet: AE, CB and 0A. RGB value is (174,203,10). Sum of RGB (Red+Green+Blue) = 174+203+10=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB0A is #5134F5. Grayscale: #ADADAD. Windows color (decimal): -5321974 or 707502. OLE color: 707502.
HSL color Cylindrical-coordinate representation of color #AECB0A: hue angle of 69.02º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AECB0A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.20 |
| HSL | 69.02º | 0.91% | 0.42% | - |
| HSV(B) | 69.02º | 0.95% | 0.8% | - |
| XYZ | 38.87 | 51.73 | 8.22 | - |
| YUV | 172.33 | 36.39 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 10 | 0.14 | 0 | 0.95 | 0.20 | 69.02 | 0.91 | 0.42 |
| Hex | AE | CB | A | E | 0 | 5F | 14 | 45 | 5B | 2A |
| Octal | 256 | 313 | 12 | 16 | 0 | 137 | 24 | 105 | 133 | 52 |
| Binary | 10101110 | 11001011 | 1010 | 1110 | 0 | 1011111 | 10100 | 1000101 | 1011011 | 101010 |
Color Harmonies of #AECB0A
Complementary color
Monochromatic Colors of #AECB0A
Black with #AECB0A
Text Example
Text Example
White with #AECB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB0A; }
p { color: rgb(174,203,10); }
H1.HeaderClassName
{
color: #AECB0A;
}
.AnyTagClassName
{
color: #AECB0A;
}
</style>
background-color css
<style>
a { background-color: #AECB0A; }
a { background-color: rgb(174,203,10); }
div.DivClassName
{
background-color: #AECB0A;
}
.BgClassName
{
background-color: #AECB0A;
}
</style>
border-color css
<style>
span { border-color: #AECB0A; }
span { border-color: rgb(174,203,10); }
td.TdClassName
{
border-color: #AECB0A;
}
.TagClassName
{
border-color: #AECB0A;
}
</style>