Shades of Rio Grande #AFC311
Tints of Rio Grande #AFC311
RGB
CMYK
RGB Variations
Color information
#AFC311 (or 0xAFC311) is known color: Rio Grande. HEX triplet: AF, C3 and 11. RGB value is (175,195,17). Sum of RGB (Red+Green+Blue) = 175+195+17=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 195 (76.56% from 255 or 50.39% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC311 is #503CEE. Grayscale: #A9A9A9. Windows color (decimal): -5258479 or 1164207. OLE color: 1164207.
HSL color Cylindrical-coordinate representation of color #AFC311: hue angle of 66.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFC311 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 17 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.24 |
| HSL | 66.74º | 0.84% | 0.42% | - |
| HSV(B) | 66.74º | 0.91% | 0.76% | - |
| XYZ | 37.3 | 48.18 | 7.87 | - |
| YUV | 168.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 17 | 0.10 | 0 | 0.91 | 0.24 | 66.74 | 0.84 | 0.42 |
| Hex | AF | C3 | 11 | A | 0 | 5B | 18 | 43 | 54 | 2A |
| Octal | 257 | 303 | 21 | 12 | 0 | 133 | 30 | 103 | 124 | 52 |
| Binary | 10101111 | 11000011 | 10001 | 1010 | 0 | 1011011 | 11000 | 1000011 | 1010100 | 101010 |
Color Harmonies of #AFC311
Complementary color
Monochromatic Colors of #AFC311
Black with #AFC311
Text Example
Text Example
White with #AFC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC311; }
p { color: rgb(175,195,17); }
H1.HeaderClassName
{
color: #AFC311;
}
.AnyTagClassName
{
color: #AFC311;
}
</style>
background-color css
<style>
a { background-color: #AFC311; }
a { background-color: rgb(175,195,17); }
div.DivClassName
{
background-color: #AFC311;
}
.BgClassName
{
background-color: #AFC311;
}
</style>
border-color css
<style>
span { border-color: #AFC311; }
span { border-color: rgb(175,195,17); }
td.TdClassName
{
border-color: #AFC311;
}
.TagClassName
{
border-color: #AFC311;
}
</style>