Shades of Rio Grande #AECE0A
Tints of Rio Grande #AECE0A
RGB
CMYK
RGB Variations
Color information
#AECE0A (or 0xAECE0A) is known color: Rio Grande. HEX triplet: AE, CE and 0A. RGB value is (174,206,10). Sum of RGB (Red+Green+Blue) = 174+206+10=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECE0A is #5131F5. Grayscale: #AEAEAE. Windows color (decimal): -5321206 or 708270. OLE color: 708270.
HSL color Cylindrical-coordinate representation of color #AECE0A: hue angle of 69.8º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AECE0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.19 |
| HSL | 69.8º | 0.91% | 0.42% | - |
| HSV(B) | 69.8º | 0.95% | 0.81% | - |
| XYZ | 39.58 | 53.16 | 8.46 | - |
| YUV | 174.09 | 35.4 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 10 | 0.16 | 0 | 0.95 | 0.19 | 69.8 | 0.91 | 0.42 |
| Hex | AE | CE | A | 10 | 0 | 5F | 13 | 46 | 5B | 2A |
| Octal | 256 | 316 | 12 | 20 | 0 | 137 | 23 | 106 | 133 | 52 |
| Binary | 10101110 | 11001110 | 1010 | 10000 | 0 | 1011111 | 10011 | 1000110 | 1011011 | 101010 |
Color Harmonies of #AECE0A
Complementary color
Monochromatic Colors of #AECE0A
Black with #AECE0A
Text Example
Text Example
White with #AECE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE0A; }
p { color: rgb(174,206,10); }
H1.HeaderClassName
{
color: #AECE0A;
}
.AnyTagClassName
{
color: #AECE0A;
}
</style>
background-color css
<style>
a { background-color: #AECE0A; }
a { background-color: rgb(174,206,10); }
div.DivClassName
{
background-color: #AECE0A;
}
.BgClassName
{
background-color: #AECE0A;
}
</style>
border-color css
<style>
span { border-color: #AECE0A; }
span { border-color: rgb(174,206,10); }
td.TdClassName
{
border-color: #AECE0A;
}
.TagClassName
{
border-color: #AECE0A;
}
</style>