Shades of La Rioja #AECB06
Tints of La Rioja #AECB06
RGB
CMYK
RGB Variations
Color information
#AECB06 (or 0xAECB06) is known color: La Rioja. HEX triplet: AE, CB and 06. RGB value is (174,203,6). Sum of RGB (Red+Green+Blue) = 174+203+6=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 6 (2.73% from 255 or 1.57% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECB06 is #5134F9. Grayscale: #ACACAC. Windows color (decimal): -5321978 or 445358. OLE color: 445358.
HSL color Cylindrical-coordinate representation of color #AECB06: hue angle of 68.83º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AECB06 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.20 |
| HSL | 68.83º | 0.94% | 0.41% | - |
| HSV(B) | 68.83º | 0.97% | 0.8% | - |
| XYZ | 38.84 | 51.72 | 8.11 | - |
| YUV | 171.87 | 34.39 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 6 | 0.14 | 0 | 0.97 | 0.20 | 68.83 | 0.94 | 0.41 |
| Hex | AE | CB | 6 | E | 0 | 61 | 14 | 45 | 5E | 29 |
| Octal | 256 | 313 | 6 | 16 | 0 | 141 | 24 | 105 | 136 | 51 |
| Binary | 10101110 | 11001011 | 110 | 1110 | 0 | 1100001 | 10100 | 1000101 | 1011110 | 101001 |
Color Harmonies of #AECB06
Complementary color
Monochromatic Colors of #AECB06
Black with #AECB06
Text Example
Text Example
White with #AECB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB06; }
p { color: rgb(174,203,6); }
H1.HeaderClassName
{
color: #AECB06;
}
.AnyTagClassName
{
color: #AECB06;
}
</style>
background-color css
<style>
a { background-color: #AECB06; }
a { background-color: rgb(174,203,6); }
div.DivClassName
{
background-color: #AECB06;
}
.BgClassName
{
background-color: #AECB06;
}
</style>
border-color css
<style>
span { border-color: #AECB06; }
span { border-color: rgb(174,203,6); }
td.TdClassName
{
border-color: #AECB06;
}
.TagClassName
{
border-color: #AECB06;
}
</style>