Shades of La Rioja #AFC70B
Tints of La Rioja #AFC70B
RGB
CMYK
RGB Variations
Color information
#AFC70B (or 0xAFC70B) is known color: La Rioja. HEX triplet: AF, C7 and 0B. RGB value is (175,199,11). Sum of RGB (Red+Green+Blue) = 175+199+11=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC70B is #5038F4. Grayscale: #ABABAB. Windows color (decimal): -5257461 or 772015. OLE color: 772015.
HSL color Cylindrical-coordinate representation of color #AFC70B: hue angle of 67.66º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC70B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 11 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.22 |
| HSL | 67.66º | 0.9% | 0.41% | - |
| HSV(B) | 67.66º | 0.94% | 0.78% | - |
| XYZ | 38.16 | 49.98 | 7.95 | - |
| YUV | 170.39 | 38.05 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 11 | 0.12 | 0 | 0.94 | 0.22 | 67.66 | 0.9 | 0.41 |
| Hex | AF | C7 | B | C | 0 | 5E | 16 | 44 | 5A | 29 |
| Octal | 257 | 307 | 13 | 14 | 0 | 136 | 26 | 104 | 132 | 51 |
| Binary | 10101111 | 11000111 | 1011 | 1100 | 0 | 1011110 | 10110 | 1000100 | 1011010 | 101001 |
Color Harmonies of #AFC70B
Complementary color
Monochromatic Colors of #AFC70B
Black with #AFC70B
Text Example
Text Example
White with #AFC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC70B; }
p { color: rgb(175,199,11); }
H1.HeaderClassName
{
color: #AFC70B;
}
.AnyTagClassName
{
color: #AFC70B;
}
</style>
background-color css
<style>
a { background-color: #AFC70B; }
a { background-color: rgb(175,199,11); }
div.DivClassName
{
background-color: #AFC70B;
}
.BgClassName
{
background-color: #AFC70B;
}
</style>
border-color css
<style>
span { border-color: #AFC70B; }
span { border-color: rgb(175,199,11); }
td.TdClassName
{
border-color: #AFC70B;
}
.TagClassName
{
border-color: #AFC70B;
}
</style>