Shades of La Rioja #AFB70D
Tints of La Rioja #AFB70D
RGB
CMYK
RGB Variations
Color information
#AFB70D (or 0xAFB70D) is known color: La Rioja. HEX triplet: AF, B7 and 0D. RGB value is (175,183,13). Sum of RGB (Red+Green+Blue) = 175+183+13=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB70D is #5048F2. Grayscale: #A1A1A1. Windows color (decimal): -5261555 or 898991. OLE color: 898991.
HSL color Cylindrical-coordinate representation of color #AFB70D: hue angle of 62.82º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB70D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 183 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.28 |
| HSL | 62.82º | 0.87% | 0.38% | - |
| HSV(B) | 62.82º | 0.93% | 0.72% | - |
| XYZ | 34.69 | 43.01 | 6.85 | - |
| YUV | 161.23 | 44.35 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 13 | 0.04 | 0 | 0.93 | 0.28 | 62.82 | 0.87 | 0.38 |
| Hex | AF | B7 | D | 4 | 0 | 5D | 1C | 3F | 57 | 26 |
| Octal | 257 | 267 | 15 | 4 | 0 | 135 | 34 | 77 | 127 | 46 |
| Binary | 10101111 | 10110111 | 1101 | 100 | 0 | 1011101 | 11100 | 111111 | 1010111 | 100110 |
Color Harmonies of #AFB70D
Complementary color
Monochromatic Colors of #AFB70D
Black with #AFB70D
Text Example
Text Example
White with #AFB70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB70D; }
p { color: rgb(175,183,13); }
H1.HeaderClassName
{
color: #AFB70D;
}
.AnyTagClassName
{
color: #AFB70D;
}
</style>
background-color css
<style>
a { background-color: #AFB70D; }
a { background-color: rgb(175,183,13); }
div.DivClassName
{
background-color: #AFB70D;
}
.BgClassName
{
background-color: #AFB70D;
}
</style>
border-color css
<style>
span { border-color: #AFB70D; }
span { border-color: rgb(175,183,13); }
td.TdClassName
{
border-color: #AFB70D;
}
.TagClassName
{
border-color: #AFB70D;
}
</style>