Shades of La Rioja #AFB802
Tints of La Rioja #AFB802
RGB
CMYK
RGB Variations
Color information
#AFB802 (or 0xAFB802) is known color: La Rioja. HEX triplet: AF, B8 and 02. RGB value is (175,184,2). Sum of RGB (Red+Green+Blue) = 175+184+2=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB802 is #5047FD. Grayscale: #A1A1A1. Windows color (decimal): -5261310 or 178351. OLE color: 178351.
HSL color Cylindrical-coordinate representation of color #AFB802: hue angle of 62.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFB802 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.28 |
| HSL | 62.97º | 0.98% | 0.36% | - |
| HSV(B) | 62.97º | 0.99% | 0.72% | - |
| XYZ | 34.83 | 43.4 | 6.6 | - |
| YUV | 160.56 | 38.52 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 2 | 0.05 | 0 | 0.99 | 0.28 | 62.97 | 0.98 | 0.36 |
| Hex | AF | B8 | 2 | 5 | 0 | 63 | 1C | 3F | 62 | 24 |
| Octal | 257 | 270 | 2 | 5 | 0 | 143 | 34 | 77 | 142 | 44 |
| Binary | 10101111 | 10111000 | 10 | 101 | 0 | 1100011 | 11100 | 111111 | 1100010 | 100100 |
Color Harmonies of #AFB802
Complementary color
Monochromatic Colors of #AFB802
Black with #AFB802
Text Example
Text Example
White with #AFB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB802; }
p { color: rgb(175,184,2); }
H1.HeaderClassName
{
color: #AFB802;
}
.AnyTagClassName
{
color: #AFB802;
}
</style>
background-color css
<style>
a { background-color: #AFB802; }
a { background-color: rgb(175,184,2); }
div.DivClassName
{
background-color: #AFB802;
}
.BgClassName
{
background-color: #AFB802;
}
</style>
border-color css
<style>
span { border-color: #AFB802; }
span { border-color: rgb(175,184,2); }
td.TdClassName
{
border-color: #AFB802;
}
.TagClassName
{
border-color: #AFB802;
}
</style>