Shades of La Rioja #AEC507
Tints of La Rioja #AEC507
RGB
CMYK
RGB Variations
Color information
#AEC507 (or 0xAEC507) is known color: La Rioja. HEX triplet: AE, C5 and 07. RGB value is (174,197,7). Sum of RGB (Red+Green+Blue) = 174+197+7=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC507 is #513AF8. Grayscale: #A9A9A9. Windows color (decimal): -5323513 or 509358. OLE color: 509358.
HSL color Cylindrical-coordinate representation of color #AEC507: hue angle of 67.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEC507 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 7 | - |
| CMYK | 0.12 | 0 | 0.96 | 0.23 |
| HSL | 67.26º | 0.93% | 0.4% | - |
| HSV(B) | 67.26º | 0.96% | 0.77% | - |
| XYZ | 37.46 | 48.95 | 7.67 | - |
| YUV | 168.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 7 | 0.12 | 0 | 0.96 | 0.23 | 67.26 | 0.93 | 0.4 |
| Hex | AE | C5 | 7 | C | 0 | 60 | 17 | 43 | 5D | 28 |
| Octal | 256 | 305 | 7 | 14 | 0 | 140 | 27 | 103 | 135 | 50 |
| Binary | 10101110 | 11000101 | 111 | 1100 | 0 | 1100000 | 10111 | 1000011 | 1011101 | 101000 |
Color Harmonies of #AEC507
Complementary color
Monochromatic Colors of #AEC507
Black with #AEC507
Text Example
Text Example
White with #AEC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC507; }
p { color: rgb(174,197,7); }
H1.HeaderClassName
{
color: #AEC507;
}
.AnyTagClassName
{
color: #AEC507;
}
</style>
background-color css
<style>
a { background-color: #AEC507; }
a { background-color: rgb(174,197,7); }
div.DivClassName
{
background-color: #AEC507;
}
.BgClassName
{
background-color: #AEC507;
}
</style>
border-color css
<style>
span { border-color: #AEC507; }
span { border-color: rgb(174,197,7); }
td.TdClassName
{
border-color: #AEC507;
}
.TagClassName
{
border-color: #AEC507;
}
</style>