Shades of La Rioja #AFB800
Tints of La Rioja #AFB800
RGB
CMYK
RGB Variations
Color information
#AFB800 (or 0xAFB800) is known color: La Rioja. HEX triplet: AF, B8 and 00. RGB value is (175,184,0). Sum of RGB (Red+Green+Blue) = 175+184+0=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB800 is #5047FF. Grayscale: #A1A1A1. Windows color (decimal): -5261312 or 47279. OLE color: 47279.
HSL color Cylindrical-coordinate representation of color #AFB800: hue angle of 62.93º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFB800 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 0 | - |
| CMYK | 0.05 | 0 | 1 | 0.28 |
| HSL | 62.93º | 1% | 0.36% | - |
| HSV(B) | 62.93º | 1% | 0.72% | - |
| XYZ | 34.82 | 43.39 | 6.54 | - |
| YUV | 160.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 0 | 0.05 | 0 | 1 | 0.28 | 62.93 | 1 | 0.36 |
| Hex | AF | B8 | 0 | 5 | 0 | 64 | 1C | 3F | 64 | 24 |
| Octal | 257 | 270 | 0 | 5 | 0 | 144 | 34 | 77 | 144 | 44 |
| Binary | 10101111 | 10111000 | 0 | 101 | 0 | 1100100 | 11100 | 111111 | 1100100 | 100100 |
Color Harmonies of #AFB800
Complementary color
Monochromatic Colors of #AFB800
Black with #AFB800
Text Example
Text Example
White with #AFB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB800; }
p { color: rgb(175,184,0); }
H1.HeaderClassName
{
color: #AFB800;
}
.AnyTagClassName
{
color: #AFB800;
}
</style>
background-color css
<style>
a { background-color: #AFB800; }
a { background-color: rgb(175,184,0); }
div.DivClassName
{
background-color: #AFB800;
}
.BgClassName
{
background-color: #AFB800;
}
</style>
border-color css
<style>
span { border-color: #AFB800; }
span { border-color: rgb(175,184,0); }
td.TdClassName
{
border-color: #AFB800;
}
.TagClassName
{
border-color: #AFB800;
}
</style>