Shades of La Rioja #AFB50D
Tints of La Rioja #AFB50D
RGB
CMYK
RGB Variations
Color information
#AFB50D (or 0xAFB50D) is known color: La Rioja. HEX triplet: AF, B5 and 0D. RGB value is (175,181,13). Sum of RGB (Red+Green+Blue) = 175+181+13=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB50D is #504AF2. Grayscale: #A0A0A0. Windows color (decimal): -5262067 or 898479. OLE color: 898479.
HSL color Cylindrical-coordinate representation of color #AFB50D: hue angle of 62.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB50D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 181 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.29 |
| HSL | 62.14º | 0.87% | 0.38% | - |
| HSV(B) | 62.14º | 0.93% | 0.71% | - |
| XYZ | 34.28 | 42.19 | 6.72 | - |
| YUV | 160.05 | 45.01 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 13 | 0.03 | 0 | 0.93 | 0.29 | 62.14 | 0.87 | 0.38 |
| Hex | AF | B5 | D | 3 | 0 | 5D | 1D | 3E | 57 | 26 |
| Octal | 257 | 265 | 15 | 3 | 0 | 135 | 35 | 76 | 127 | 46 |
| Binary | 10101111 | 10110101 | 1101 | 11 | 0 | 1011101 | 11101 | 111110 | 1010111 | 100110 |
Color Harmonies of #AFB50D
Complementary color
Monochromatic Colors of #AFB50D
Black with #AFB50D
Text Example
Text Example
White with #AFB50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB50D; }
p { color: rgb(175,181,13); }
H1.HeaderClassName
{
color: #AFB50D;
}
.AnyTagClassName
{
color: #AFB50D;
}
</style>
background-color css
<style>
a { background-color: #AFB50D; }
a { background-color: rgb(175,181,13); }
div.DivClassName
{
background-color: #AFB50D;
}
.BgClassName
{
background-color: #AFB50D;
}
</style>
border-color css
<style>
span { border-color: #AFB50D; }
span { border-color: rgb(175,181,13); }
td.TdClassName
{
border-color: #AFB50D;
}
.TagClassName
{
border-color: #AFB50D;
}
</style>