Shades of Rio Grande #AFC710
Tints of Rio Grande #AFC710
RGB
CMYK
RGB Variations
Color information
#AFC710 (or 0xAFC710) is known color: Rio Grande. HEX triplet: AF, C7 and 10. RGB value is (175,199,16). Sum of RGB (Red+Green+Blue) = 175+199+16=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC710 is #5038EF. Grayscale: #ABABAB. Windows color (decimal): -5257456 or 1099695. OLE color: 1099695.
HSL color Cylindrical-coordinate representation of color #AFC710: hue angle of 67.87º 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 #AFC710 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.22 |
| HSL | 67.87º | 0.85% | 0.42% | - |
| HSV(B) | 67.87º | 0.92% | 0.78% | - |
| XYZ | 38.2 | 50 | 8.13 | - |
| YUV | 170.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 16 | 0.12 | 0 | 0.92 | 0.22 | 67.87 | 0.85 | 0.42 |
| Hex | AF | C7 | 10 | C | 0 | 5C | 16 | 44 | 55 | 2A |
| Octal | 257 | 307 | 20 | 14 | 0 | 134 | 26 | 104 | 125 | 52 |
| Binary | 10101111 | 11000111 | 10000 | 1100 | 0 | 1011100 | 10110 | 1000100 | 1010101 | 101010 |
Color Harmonies of #AFC710
Complementary color
Monochromatic Colors of #AFC710
Black with #AFC710
Text Example
Text Example
White with #AFC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC710; }
p { color: rgb(175,199,16); }
H1.HeaderClassName
{
color: #AFC710;
}
.AnyTagClassName
{
color: #AFC710;
}
</style>
background-color css
<style>
a { background-color: #AFC710; }
a { background-color: rgb(175,199,16); }
div.DivClassName
{
background-color: #AFC710;
}
.BgClassName
{
background-color: #AFC710;
}
</style>
border-color css
<style>
span { border-color: #AFC710; }
span { border-color: rgb(175,199,16); }
td.TdClassName
{
border-color: #AFC710;
}
.TagClassName
{
border-color: #AFC710;
}
</style>