Shades of La Rioja #AFC60A
Tints of La Rioja #AFC60A
RGB
CMYK
RGB Variations
Color information
#AFC60A (or 0xAFC60A) is known color: La Rioja. HEX triplet: AF, C6 and 0A. RGB value is (175,198,10). Sum of RGB (Red+Green+Blue) = 175+198+10=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC60A is #5039F5. Grayscale: #AAAAAA. Windows color (decimal): -5257718 or 706223. OLE color: 706223.
HSL color Cylindrical-coordinate representation of color #AFC60A: hue angle of 67.34º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFC60A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.22 |
| HSL | 67.34º | 0.9% | 0.41% | - |
| HSV(B) | 67.34º | 0.95% | 0.78% | - |
| XYZ | 37.93 | 49.52 | 7.85 | - |
| YUV | 169.69 | 37.88 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 10 | 0.12 | 0 | 0.95 | 0.22 | 67.34 | 0.9 | 0.41 |
| Hex | AF | C6 | A | C | 0 | 5F | 16 | 43 | 5A | 29 |
| Octal | 257 | 306 | 12 | 14 | 0 | 137 | 26 | 103 | 132 | 51 |
| Binary | 10101111 | 11000110 | 1010 | 1100 | 0 | 1011111 | 10110 | 1000011 | 1011010 | 101001 |
Color Harmonies of #AFC60A
Complementary color
Monochromatic Colors of #AFC60A
Black with #AFC60A
Text Example
Text Example
White with #AFC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC60A; }
p { color: rgb(175,198,10); }
H1.HeaderClassName
{
color: #AFC60A;
}
.AnyTagClassName
{
color: #AFC60A;
}
</style>
background-color css
<style>
a { background-color: #AFC60A; }
a { background-color: rgb(175,198,10); }
div.DivClassName
{
background-color: #AFC60A;
}
.BgClassName
{
background-color: #AFC60A;
}
</style>
border-color css
<style>
span { border-color: #AFC60A; }
span { border-color: rgb(175,198,10); }
td.TdClassName
{
border-color: #AFC60A;
}
.TagClassName
{
border-color: #AFC60A;
}
</style>