Shades of Rio Grande #AECC0A
Tints of Rio Grande #AECC0A
RGB
CMYK
RGB Variations
Color information
#AECC0A (or 0xAECC0A) is known color: Rio Grande. HEX triplet: AE, CC and 0A. RGB value is (174,204,10). Sum of RGB (Red+Green+Blue) = 174+204+10=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 10 (4.30% from 255 or 2.58% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECC0A is #5133F5. Grayscale: #ADADAD. Windows color (decimal): -5321718 or 707758. OLE color: 707758.
HSL color Cylindrical-coordinate representation of color #AECC0A: hue angle of 69.28º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AECC0A is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 10 | - |
| CMYK | 0.15 | 0 | 0.95 | 0.2 |
| HSL | 69.28º | 0.91% | 0.42% | - |
| HSV(B) | 69.28º | 0.95% | 0.8% | - |
| XYZ | 39.1 | 52.21 | 8.3 | - |
| YUV | 172.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 10 | 0.15 | 0 | 0.95 | 0.2 | 69.28 | 0.91 | 0.42 |
| Hex | AE | CC | A | F | 0 | 5F | 14 | 45 | 5B | 2A |
| Octal | 256 | 314 | 12 | 17 | 0 | 137 | 24 | 105 | 133 | 52 |
| Binary | 10101110 | 11001100 | 1010 | 1111 | 0 | 1011111 | 10100 | 1000101 | 1011011 | 101010 |
Color Harmonies of #AECC0A
Complementary color
Monochromatic Colors of #AECC0A
Black with #AECC0A
Text Example
Text Example
White with #AECC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC0A; }
p { color: rgb(174,204,10); }
H1.HeaderClassName
{
color: #AECC0A;
}
.AnyTagClassName
{
color: #AECC0A;
}
</style>
background-color css
<style>
a { background-color: #AECC0A; }
a { background-color: rgb(174,204,10); }
div.DivClassName
{
background-color: #AECC0A;
}
.BgClassName
{
background-color: #AECC0A;
}
</style>
border-color css
<style>
span { border-color: #AECC0A; }
span { border-color: rgb(174,204,10); }
td.TdClassName
{
border-color: #AECC0A;
}
.TagClassName
{
border-color: #AECC0A;
}
</style>