Shades of La Rioja #AFB908
Tints of La Rioja #AFB908
RGB
CMYK
RGB Variations
Color information
#AFB908 (or 0xAFB908) is known color: La Rioja. HEX triplet: AF, B9 and 08. RGB value is (175,185,8). Sum of RGB (Red+Green+Blue) = 175+185+8=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB908 is #5046F7. Grayscale: #A2A2A2. Windows color (decimal): -5261048 or 571823. OLE color: 571823.
HSL color Cylindrical-coordinate representation of color #AFB908: hue angle of 63.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFB908 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 185 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.27 |
| HSL | 63.39º | 0.92% | 0.38% | - |
| HSV(B) | 63.39º | 0.96% | 0.73% | - |
| XYZ | 35.07 | 43.83 | 6.84 | - |
| YUV | 161.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 8 | 0.05 | 0 | 0.96 | 0.27 | 63.39 | 0.92 | 0.38 |
| Hex | AF | B9 | 8 | 5 | 0 | 60 | 1B | 3F | 5C | 26 |
| Octal | 257 | 271 | 10 | 5 | 0 | 140 | 33 | 77 | 134 | 46 |
| Binary | 10101111 | 10111001 | 1000 | 101 | 0 | 1100000 | 11011 | 111111 | 1011100 | 100110 |
Color Harmonies of #AFB908
Complementary color
Monochromatic Colors of #AFB908
Black with #AFB908
Text Example
Text Example
White with #AFB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB908; }
p { color: rgb(175,185,8); }
H1.HeaderClassName
{
color: #AFB908;
}
.AnyTagClassName
{
color: #AFB908;
}
</style>
background-color css
<style>
a { background-color: #AFB908; }
a { background-color: rgb(175,185,8); }
div.DivClassName
{
background-color: #AFB908;
}
.BgClassName
{
background-color: #AFB908;
}
</style>
border-color css
<style>
span { border-color: #AFB908; }
span { border-color: rgb(175,185,8); }
td.TdClassName
{
border-color: #AFB908;
}
.TagClassName
{
border-color: #AFB908;
}
</style>