Shades of Rio Grande #AFC313
Tints of Rio Grande #AFC313
RGB
CMYK
RGB Variations
Color information
#AFC313 (or 0xAFC313) is known color: Rio Grande. HEX triplet: AF, C3 and 13. RGB value is (175,195,19). Sum of RGB (Red+Green+Blue) = 175+195+19=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 195 (76.56% from 255 or 50.13% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC313 is #503CEC. Grayscale: #A9A9A9. Windows color (decimal): -5258477 or 1295279. OLE color: 1295279.
HSL color Cylindrical-coordinate representation of color #AFC313: hue angle of 66.82º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC313 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 19 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.24 |
| HSL | 66.82º | 0.82% | 0.42% | - |
| HSV(B) | 66.82º | 0.9% | 0.76% | - |
| XYZ | 37.31 | 48.19 | 7.95 | - |
| YUV | 168.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 19 | 0.10 | 0 | 0.90 | 0.24 | 66.82 | 0.82 | 0.42 |
| Hex | AF | C3 | 13 | A | 0 | 5A | 18 | 43 | 52 | 2A |
| Octal | 257 | 303 | 23 | 12 | 0 | 132 | 30 | 103 | 122 | 52 |
| Binary | 10101111 | 11000011 | 10011 | 1010 | 0 | 1011010 | 11000 | 1000011 | 1010010 | 101010 |
Color Harmonies of #AFC313
Complementary color
Monochromatic Colors of #AFC313
Black with #AFC313
Text Example
Text Example
White with #AFC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC313; }
p { color: rgb(175,195,19); }
H1.HeaderClassName
{
color: #AFC313;
}
.AnyTagClassName
{
color: #AFC313;
}
</style>
background-color css
<style>
a { background-color: #AFC313; }
a { background-color: rgb(175,195,19); }
div.DivClassName
{
background-color: #AFC313;
}
.BgClassName
{
background-color: #AFC313;
}
</style>
border-color css
<style>
span { border-color: #AFC313; }
span { border-color: rgb(175,195,19); }
td.TdClassName
{
border-color: #AFC313;
}
.TagClassName
{
border-color: #AFC313;
}
</style>