Shades of La Rioja #AFB40E
Tints of La Rioja #AFB40E
RGB
CMYK
RGB Variations
Color information
#AFB40E (or 0xAFB40E) is known color: La Rioja. HEX triplet: AF, B4 and 0E. RGB value is (175,180,14). Sum of RGB (Red+Green+Blue) = 175+180+14=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB40E is #504BF1. Grayscale: #A0A0A0. Windows color (decimal): -5262322 or 963759. OLE color: 963759.
HSL color Cylindrical-coordinate representation of color #AFB40E: hue angle of 61.81º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFB40E is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 180 | 14 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.29 |
| HSL | 61.81º | 0.86% | 0.38% | - |
| HSV(B) | 61.81º | 0.92% | 0.71% | - |
| XYZ | 34.08 | 41.79 | 6.69 | - |
| YUV | 159.58 | 45.84 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 14 | 0.03 | 0 | 0.92 | 0.29 | 61.81 | 0.86 | 0.38 |
| Hex | AF | B4 | E | 3 | 0 | 5C | 1D | 3E | 56 | 26 |
| Octal | 257 | 264 | 16 | 3 | 0 | 134 | 35 | 76 | 126 | 46 |
| Binary | 10101111 | 10110100 | 1110 | 11 | 0 | 1011100 | 11101 | 111110 | 1010110 | 100110 |
Color Harmonies of #AFB40E
Complementary color
Monochromatic Colors of #AFB40E
Black with #AFB40E
Text Example
Text Example
White with #AFB40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB40E; }
p { color: rgb(175,180,14); }
H1.HeaderClassName
{
color: #AFB40E;
}
.AnyTagClassName
{
color: #AFB40E;
}
</style>
background-color css
<style>
a { background-color: #AFB40E; }
a { background-color: rgb(175,180,14); }
div.DivClassName
{
background-color: #AFB40E;
}
.BgClassName
{
background-color: #AFB40E;
}
</style>
border-color css
<style>
span { border-color: #AFB40E; }
span { border-color: rgb(175,180,14); }
td.TdClassName
{
border-color: #AFB40E;
}
.TagClassName
{
border-color: #AFB40E;
}
</style>