Shades of Rio Grande #AEC913
Tints of Rio Grande #AEC913
RGB
CMYK
RGB Variations
Color information
#AEC913 (or 0xAEC913) is known color: Rio Grande. HEX triplet: AE, C9 and 13. RGB value is (174,201,19). Sum of RGB (Red+Green+Blue) = 174+201+19=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 19 (7.81% from 255 or 4.82% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC913 is #5136EC. Grayscale: #ACACAC. Windows color (decimal): -5322477 or 1296814. OLE color: 1296814.
HSL color Cylindrical-coordinate representation of color #AEC913: hue angle of 68.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEC913 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 19 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.21 |
| HSL | 68.9º | 0.83% | 0.43% | - |
| HSV(B) | 68.9º | 0.91% | 0.79% | - |
| XYZ | 38.46 | 50.82 | 8.4 | - |
| YUV | 172.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 19 | 0.13 | 0 | 0.91 | 0.21 | 68.9 | 0.83 | 0.43 |
| Hex | AE | C9 | 13 | D | 0 | 5B | 15 | 45 | 53 | 2B |
| Octal | 256 | 311 | 23 | 15 | 0 | 133 | 25 | 105 | 123 | 53 |
| Binary | 10101110 | 11001001 | 10011 | 1101 | 0 | 1011011 | 10101 | 1000101 | 1010011 | 101011 |
Color Harmonies of #AEC913
Complementary color
Monochromatic Colors of #AEC913
Black with #AEC913
Text Example
Text Example
White with #AEC913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC913; }
p { color: rgb(174,201,19); }
H1.HeaderClassName
{
color: #AEC913;
}
.AnyTagClassName
{
color: #AEC913;
}
</style>
background-color css
<style>
a { background-color: #AEC913; }
a { background-color: rgb(174,201,19); }
div.DivClassName
{
background-color: #AEC913;
}
.BgClassName
{
background-color: #AEC913;
}
</style>
border-color css
<style>
span { border-color: #AEC913; }
span { border-color: rgb(174,201,19); }
td.TdClassName
{
border-color: #AEC913;
}
.TagClassName
{
border-color: #AEC913;
}
</style>