Shades of La Rioja #AFB808
Tints of La Rioja #AFB808
RGB
CMYK
RGB Variations
Color information
#AFB808 (or 0xAFB808) is known color: La Rioja. HEX triplet: AF, B8 and 08. RGB value is (175,184,8). Sum of RGB (Red+Green+Blue) = 175+184+8=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB808 is #5047F7. Grayscale: #A1A1A1. Windows color (decimal): -5261304 or 571567. OLE color: 571567.
HSL color Cylindrical-coordinate representation of color #AFB808: hue angle of 63.07º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFB808 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.28 |
| HSL | 63.07º | 0.92% | 0.38% | - |
| HSV(B) | 63.07º | 0.96% | 0.72% | - |
| XYZ | 34.86 | 43.41 | 6.77 | - |
| YUV | 161.25 | 41.52 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 8 | 0.05 | 0 | 0.96 | 0.28 | 63.07 | 0.92 | 0.38 |
| Hex | AF | B8 | 8 | 5 | 0 | 60 | 1C | 3F | 5C | 26 |
| Octal | 257 | 270 | 10 | 5 | 0 | 140 | 34 | 77 | 134 | 46 |
| Binary | 10101111 | 10111000 | 1000 | 101 | 0 | 1100000 | 11100 | 111111 | 1011100 | 100110 |
Color Harmonies of #AFB808
Complementary color
Monochromatic Colors of #AFB808
Black with #AFB808
Text Example
Text Example
White with #AFB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB808; }
p { color: rgb(175,184,8); }
H1.HeaderClassName
{
color: #AFB808;
}
.AnyTagClassName
{
color: #AFB808;
}
</style>
background-color css
<style>
a { background-color: #AFB808; }
a { background-color: rgb(175,184,8); }
div.DivClassName
{
background-color: #AFB808;
}
.BgClassName
{
background-color: #AFB808;
}
</style>
border-color css
<style>
span { border-color: #AFB808; }
span { border-color: rgb(175,184,8); }
td.TdClassName
{
border-color: #AFB808;
}
.TagClassName
{
border-color: #AFB808;
}
</style>