Shades of Rio Grande #AEC611
Tints of Rio Grande #AEC611
RGB
CMYK
RGB Variations
Color information
#AEC611 (or 0xAEC611) is known color: Rio Grande. HEX triplet: AE, C6 and 11. RGB value is (174,198,17). Sum of RGB (Red+Green+Blue) = 174+198+17=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC611 is #5139EE. Grayscale: #AAAAAA. Windows color (decimal): -5323247 or 1164974. OLE color: 1164974.
HSL color Cylindrical-coordinate representation of color #AEC611: hue angle of 67.96º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC611 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 174 | 198 | 17 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.22 |
| HSL | 67.96º | 0.84% | 0.42% | - |
| HSV(B) | 67.96º | 0.91% | 0.78% | - |
| XYZ | 37.75 | 49.43 | 8.08 | - |
| YUV | 170.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 198 | 17 | 0.12 | 0 | 0.91 | 0.22 | 67.96 | 0.84 | 0.42 |
| Hex | AE | C6 | 11 | C | 0 | 5B | 16 | 44 | 54 | 2A |
| Octal | 256 | 306 | 21 | 14 | 0 | 133 | 26 | 104 | 124 | 52 |
| Binary | 10101110 | 11000110 | 10001 | 1100 | 0 | 1011011 | 10110 | 1000100 | 1010100 | 101010 |
Color Harmonies of #AEC611
Complementary color
Monochromatic Colors of #AEC611
Black with #AEC611
Text Example
Text Example
White with #AEC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC611; }
p { color: rgb(174,198,17); }
H1.HeaderClassName
{
color: #AEC611;
}
.AnyTagClassName
{
color: #AEC611;
}
</style>
background-color css
<style>
a { background-color: #AEC611; }
a { background-color: rgb(174,198,17); }
div.DivClassName
{
background-color: #AEC611;
}
.BgClassName
{
background-color: #AEC611;
}
</style>
border-color css
<style>
span { border-color: #AEC611; }
span { border-color: rgb(174,198,17); }
td.TdClassName
{
border-color: #AEC611;
}
.TagClassName
{
border-color: #AEC611;
}
</style>