Shades of La Rioja #AFB80B
Tints of La Rioja #AFB80B
RGB
CMYK
RGB Variations
Color information
#AFB80B (or 0xAFB80B) is known color: La Rioja. HEX triplet: AF, B8 and 0B. RGB value is (175,184,11). Sum of RGB (Red+Green+Blue) = 175+184+11=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB80B is #5047F4. Grayscale: #A2A2A2. Windows color (decimal): -5261301 or 768175. OLE color: 768175.
HSL color Cylindrical-coordinate representation of color #AFB80B: hue angle of 63.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFB80B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 11 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.28 |
| HSL | 63.12º | 0.89% | 0.38% | - |
| HSV(B) | 63.12º | 0.94% | 0.72% | - |
| XYZ | 34.88 | 43.42 | 6.86 | - |
| YUV | 161.59 | 43.02 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 11 | 0.05 | 0 | 0.94 | 0.28 | 63.12 | 0.89 | 0.38 |
| Hex | AF | B8 | B | 5 | 0 | 5E | 1C | 3F | 59 | 26 |
| Octal | 257 | 270 | 13 | 5 | 0 | 136 | 34 | 77 | 131 | 46 |
| Binary | 10101111 | 10111000 | 1011 | 101 | 0 | 1011110 | 11100 | 111111 | 1011001 | 100110 |
Color Harmonies of #AFB80B
Complementary color
Monochromatic Colors of #AFB80B
Black with #AFB80B
Text Example
Text Example
White with #AFB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB80B; }
p { color: rgb(175,184,11); }
H1.HeaderClassName
{
color: #AFB80B;
}
.AnyTagClassName
{
color: #AFB80B;
}
</style>
background-color css
<style>
a { background-color: #AFB80B; }
a { background-color: rgb(175,184,11); }
div.DivClassName
{
background-color: #AFB80B;
}
.BgClassName
{
background-color: #AFB80B;
}
</style>
border-color css
<style>
span { border-color: #AFB80B; }
span { border-color: rgb(175,184,11); }
td.TdClassName
{
border-color: #AFB80B;
}
.TagClassName
{
border-color: #AFB80B;
}
</style>