Shades of La Rioja #AFB803
Tints of La Rioja #AFB803
RGB
CMYK
RGB Variations
Color information
#AFB803 (or 0xAFB803) is known color: La Rioja. HEX triplet: AF, B8 and 03. RGB value is (175,184,3). Sum of RGB (Red+Green+Blue) = 175+184+3=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB803 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB803 is #5047FC. Grayscale: #A1A1A1. Windows color (decimal): -5261309 or 243887. OLE color: 243887.
HSL color Cylindrical-coordinate representation of color #AFB803: hue angle of 62.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFB803 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 3 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.28 |
| HSL | 62.98º | 0.97% | 0.37% | - |
| HSV(B) | 62.98º | 0.98% | 0.72% | - |
| XYZ | 34.84 | 43.4 | 6.63 | - |
| YUV | 160.68 | 39.02 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 3 | 0.05 | 0 | 0.98 | 0.28 | 62.98 | 0.97 | 0.37 |
| Hex | AF | B8 | 3 | 5 | 0 | 62 | 1C | 3F | 61 | 25 |
| Octal | 257 | 270 | 3 | 5 | 0 | 142 | 34 | 77 | 141 | 45 |
| Binary | 10101111 | 10111000 | 11 | 101 | 0 | 1100010 | 11100 | 111111 | 1100001 | 100101 |
Color Harmonies of #AFB803
Complementary color
Monochromatic Colors of #AFB803
Black with #AFB803
Text Example
Text Example
White with #AFB803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB803; }
p { color: rgb(175,184,3); }
H1.HeaderClassName
{
color: #AFB803;
}
.AnyTagClassName
{
color: #AFB803;
}
</style>
background-color css
<style>
a { background-color: #AFB803; }
a { background-color: rgb(175,184,3); }
div.DivClassName
{
background-color: #AFB803;
}
.BgClassName
{
background-color: #AFB803;
}
</style>
border-color css
<style>
span { border-color: #AFB803; }
span { border-color: rgb(175,184,3); }
td.TdClassName
{
border-color: #AFB803;
}
.TagClassName
{
border-color: #AFB803;
}
</style>