Shades of La Rioja #AFB805
Tints of La Rioja #AFB805
RGB
CMYK
RGB Variations
Color information
#AFB805 (or 0xAFB805) is known color: La Rioja. HEX triplet: AF, B8 and 05. RGB value is (175,184,5). Sum of RGB (Red+Green+Blue) = 175+184+5=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 184 (72.27% from 255 or 50.55% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB805 is #5047FA. Grayscale: #A1A1A1. Windows color (decimal): -5261307 or 374959. OLE color: 374959.
HSL color Cylindrical-coordinate representation of color #AFB805: hue angle of 63.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AFB805 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 5 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.28 |
| HSL | 63.02º | 0.95% | 0.37% | - |
| HSV(B) | 63.02º | 0.97% | 0.72% | - |
| XYZ | 34.85 | 43.41 | 6.69 | - |
| YUV | 160.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 5 | 0.05 | 0 | 0.97 | 0.28 | 63.02 | 0.95 | 0.37 |
| Hex | AF | B8 | 5 | 5 | 0 | 61 | 1C | 3F | 5F | 25 |
| Octal | 257 | 270 | 5 | 5 | 0 | 141 | 34 | 77 | 137 | 45 |
| Binary | 10101111 | 10111000 | 101 | 101 | 0 | 1100001 | 11100 | 111111 | 1011111 | 100101 |
Color Harmonies of #AFB805
Complementary color
Monochromatic Colors of #AFB805
Black with #AFB805
Text Example
Text Example
White with #AFB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB805; }
p { color: rgb(175,184,5); }
H1.HeaderClassName
{
color: #AFB805;
}
.AnyTagClassName
{
color: #AFB805;
}
</style>
background-color css
<style>
a { background-color: #AFB805; }
a { background-color: rgb(175,184,5); }
div.DivClassName
{
background-color: #AFB805;
}
.BgClassName
{
background-color: #AFB805;
}
</style>
border-color css
<style>
span { border-color: #AFB805; }
span { border-color: rgb(175,184,5); }
td.TdClassName
{
border-color: #AFB805;
}
.TagClassName
{
border-color: #AFB805;
}
</style>