Shades of Rio Grande #AECA0F
Tints of Rio Grande #AECA0F
RGB
CMYK
RGB Variations
Color information
#AECA0F (or 0xAECA0F) is known color: Rio Grande. HEX triplet: AE, CA and 0F. RGB value is (174,202,15). Sum of RGB (Red+Green+Blue) = 174+202+15=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECA0F is #5135F0. Grayscale: #ADADAD. Windows color (decimal): -5322225 or 1034926. OLE color: 1034926.
HSL color Cylindrical-coordinate representation of color #AECA0F: hue angle of 68.98º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AECA0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 202 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.21 |
| HSL | 68.98º | 0.86% | 0.43% | - |
| HSV(B) | 68.98º | 0.93% | 0.79% | - |
| XYZ | 38.66 | 51.27 | 8.31 | - |
| YUV | 172.31 | 39.22 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 15 | 0.14 | 0 | 0.93 | 0.21 | 68.98 | 0.86 | 0.43 |
| Hex | AE | CA | F | E | 0 | 5D | 15 | 45 | 56 | 2B |
| Octal | 256 | 312 | 17 | 16 | 0 | 135 | 25 | 105 | 126 | 53 |
| Binary | 10101110 | 11001010 | 1111 | 1110 | 0 | 1011101 | 10101 | 1000101 | 1010110 | 101011 |
Color Harmonies of #AECA0F
Complementary color
Monochromatic Colors of #AECA0F
Black with #AECA0F
Text Example
Text Example
White with #AECA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECA0F; }
p { color: rgb(174,202,15); }
H1.HeaderClassName
{
color: #AECA0F;
}
.AnyTagClassName
{
color: #AECA0F;
}
</style>
background-color css
<style>
a { background-color: #AECA0F; }
a { background-color: rgb(174,202,15); }
div.DivClassName
{
background-color: #AECA0F;
}
.BgClassName
{
background-color: #AECA0F;
}
</style>
border-color css
<style>
span { border-color: #AECA0F; }
span { border-color: rgb(174,202,15); }
td.TdClassName
{
border-color: #AECA0F;
}
.TagClassName
{
border-color: #AECA0F;
}
</style>