Shades of Rio Grande #AFC610
Tints of Rio Grande #AFC610
RGB
CMYK
RGB Variations
Color information
#AFC610 (or 0xAFC610) is known color: Rio Grande. HEX triplet: AF, C6 and 10. RGB value is (175,198,16). Sum of RGB (Red+Green+Blue) = 175+198+16=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 16 (6.64% from 255 or 4.11% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC610 is #5039EF. Grayscale: #ABABAB. Windows color (decimal): -5257712 or 1099439. OLE color: 1099439.
HSL color Cylindrical-coordinate representation of color #AFC610: hue angle of 67.58º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFC610 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.22 |
| HSL | 67.58º | 0.85% | 0.42% | - |
| HSV(B) | 67.58º | 0.92% | 0.78% | - |
| XYZ | 37.97 | 49.54 | 8.05 | - |
| YUV | 170.38 | 40.88 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 16 | 0.12 | 0 | 0.92 | 0.22 | 67.58 | 0.85 | 0.42 |
| Hex | AF | C6 | 10 | C | 0 | 5C | 16 | 44 | 55 | 2A |
| Octal | 257 | 306 | 20 | 14 | 0 | 134 | 26 | 104 | 125 | 52 |
| Binary | 10101111 | 11000110 | 10000 | 1100 | 0 | 1011100 | 10110 | 1000100 | 1010101 | 101010 |
Color Harmonies of #AFC610
Complementary color
Monochromatic Colors of #AFC610
Black with #AFC610
Text Example
Text Example
White with #AFC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC610; }
p { color: rgb(175,198,16); }
H1.HeaderClassName
{
color: #AFC610;
}
.AnyTagClassName
{
color: #AFC610;
}
</style>
background-color css
<style>
a { background-color: #AFC610; }
a { background-color: rgb(175,198,16); }
div.DivClassName
{
background-color: #AFC610;
}
.BgClassName
{
background-color: #AFC610;
}
</style>
border-color css
<style>
span { border-color: #AFC610; }
span { border-color: rgb(175,198,16); }
td.TdClassName
{
border-color: #AFC610;
}
.TagClassName
{
border-color: #AFC610;
}
</style>