Shades of Rio Grande #AFC613
Tints of Rio Grande #AFC613
RGB
CMYK
RGB Variations
Color information
#AFC613 (or 0xAFC613) is known color: Rio Grande. HEX triplet: AF, C6 and 13. RGB value is (175,198,19). Sum of RGB (Red+Green+Blue) = 175+198+19=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC613 is #5039EC. Grayscale: #ABABAB. Windows color (decimal): -5257709 or 1296047. OLE color: 1296047.
HSL color Cylindrical-coordinate representation of color #AFC613: hue angle of 67.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFC613 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.22 |
| HSL | 67.71º | 0.82% | 0.43% | - |
| HSV(B) | 67.71º | 0.9% | 0.78% | - |
| XYZ | 37.99 | 49.55 | 8.18 | - |
| YUV | 170.72 | 42.38 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 19 | 0.12 | 0 | 0.90 | 0.22 | 67.71 | 0.82 | 0.43 |
| Hex | AF | C6 | 13 | C | 0 | 5A | 16 | 44 | 52 | 2B |
| Octal | 257 | 306 | 23 | 14 | 0 | 132 | 26 | 104 | 122 | 53 |
| Binary | 10101111 | 11000110 | 10011 | 1100 | 0 | 1011010 | 10110 | 1000100 | 1010010 | 101011 |
Color Harmonies of #AFC613
Complementary color
Monochromatic Colors of #AFC613
Black with #AFC613
Text Example
Text Example
White with #AFC613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC613; }
p { color: rgb(175,198,19); }
H1.HeaderClassName
{
color: #AFC613;
}
.AnyTagClassName
{
color: #AFC613;
}
</style>
background-color css
<style>
a { background-color: #AFC613; }
a { background-color: rgb(175,198,19); }
div.DivClassName
{
background-color: #AFC613;
}
.BgClassName
{
background-color: #AFC613;
}
</style>
border-color css
<style>
span { border-color: #AFC613; }
span { border-color: rgb(175,198,19); }
td.TdClassName
{
border-color: #AFC613;
}
.TagClassName
{
border-color: #AFC613;
}
</style>