Shades of Rio Grande #AFC814
Tints of Rio Grande #AFC814
RGB
CMYK
RGB Variations
Color information
#AFC814 (or 0xAFC814) is known color: Rio Grande. HEX triplet: AF, C8 and 14. RGB value is (175,200,20). Sum of RGB (Red+Green+Blue) = 175+200+20=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC814 is #5037EB. Grayscale: #ACACAC. Windows color (decimal): -5257196 or 1362095. OLE color: 1362095.
HSL color Cylindrical-coordinate representation of color #AFC814: hue angle of 68.33º 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 #AFC814 is Cyan = 0.12, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 20 | - |
| CMYK | 0.12 | 0 | 0.9 | 0.22 |
| HSL | 68.33º | 0.82% | 0.43% | - |
| HSV(B) | 68.33º | 0.9% | 0.78% | - |
| XYZ | 38.46 | 50.47 | 8.38 | - |
| YUV | 172.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 20 | 0.12 | 0 | 0.9 | 0.22 | 68.33 | 0.82 | 0.43 |
| Hex | AF | C8 | 14 | C | 0 | 5A | 16 | 44 | 52 | 2B |
| Octal | 257 | 310 | 24 | 14 | 0 | 132 | 26 | 104 | 122 | 53 |
| Binary | 10101111 | 11001000 | 10100 | 1100 | 0 | 1011010 | 10110 | 1000100 | 1010010 | 101011 |
Color Harmonies of #AFC814
Complementary color
Monochromatic Colors of #AFC814
Black with #AFC814
Text Example
Text Example
White with #AFC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC814; }
p { color: rgb(175,200,20); }
H1.HeaderClassName
{
color: #AFC814;
}
.AnyTagClassName
{
color: #AFC814;
}
</style>
background-color css
<style>
a { background-color: #AFC814; }
a { background-color: rgb(175,200,20); }
div.DivClassName
{
background-color: #AFC814;
}
.BgClassName
{
background-color: #AFC814;
}
</style>
border-color css
<style>
span { border-color: #AFC814; }
span { border-color: rgb(175,200,20); }
td.TdClassName
{
border-color: #AFC814;
}
.TagClassName
{
border-color: #AFC814;
}
</style>