Shades of Rio Grande #AFC310
Tints of Rio Grande #AFC310
RGB
CMYK
RGB Variations
Color information
#AFC310 (or 0xAFC310) is known color: Rio Grande. HEX triplet: AF, C3 and 10. RGB value is (175,195,16). Sum of RGB (Red+Green+Blue) = 175+195+16=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC310 is #503CEF. Grayscale: #A9A9A9. Windows color (decimal): -5258480 or 1098671. OLE color: 1098671.
HSL color Cylindrical-coordinate representation of color #AFC310: hue angle of 66.7º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFC310 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.24 |
| HSL | 66.7º | 0.85% | 0.41% | - |
| HSV(B) | 66.7º | 0.92% | 0.76% | - |
| XYZ | 37.29 | 48.18 | 7.82 | - |
| YUV | 168.61 | 41.87 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 16 | 0.10 | 0 | 0.92 | 0.24 | 66.7 | 0.85 | 0.41 |
| Hex | AF | C3 | 10 | A | 0 | 5C | 18 | 43 | 55 | 29 |
| Octal | 257 | 303 | 20 | 12 | 0 | 134 | 30 | 103 | 125 | 51 |
| Binary | 10101111 | 11000011 | 10000 | 1010 | 0 | 1011100 | 11000 | 1000011 | 1010101 | 101001 |
Color Harmonies of #AFC310
Complementary color
Monochromatic Colors of #AFC310
Black with #AFC310
Text Example
Text Example
White with #AFC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC310; }
p { color: rgb(175,195,16); }
H1.HeaderClassName
{
color: #AFC310;
}
.AnyTagClassName
{
color: #AFC310;
}
</style>
background-color css
<style>
a { background-color: #AFC310; }
a { background-color: rgb(175,195,16); }
div.DivClassName
{
background-color: #AFC310;
}
.BgClassName
{
background-color: #AFC310;
}
</style>
border-color css
<style>
span { border-color: #AFC310; }
span { border-color: rgb(175,195,16); }
td.TdClassName
{
border-color: #AFC310;
}
.TagClassName
{
border-color: #AFC310;
}
</style>