Shades of La Rioja #AFB315
Tints of La Rioja #AFB315
RGB
CMYK
RGB Variations
Color information
#AFB315 (or 0xAFB315) is known color: La Rioja. HEX triplet: AF, B3 and 15. RGB value is (175,179,21). Sum of RGB (Red+Green+Blue) = 175+179+21=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB315 is #504CEA. Grayscale: #A0A0A0. Windows color (decimal): -5262571 or 1422255. OLE color: 1422255.
HSL color Cylindrical-coordinate representation of color #AFB315: hue angle of 61.52º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFB315 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 21 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.30 |
| HSL | 61.52º | 0.79% | 0.39% | - |
| HSV(B) | 61.52º | 0.88% | 0.7% | - |
| XYZ | 33.93 | 41.41 | 6.91 | - |
| YUV | 159.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 21 | 0.02 | 0 | 0.88 | 0.30 | 61.52 | 0.79 | 0.39 |
| Hex | AF | B3 | 15 | 2 | 0 | 58 | 1E | 3E | 4F | 27 |
| Octal | 257 | 263 | 25 | 2 | 0 | 130 | 36 | 76 | 117 | 47 |
| Binary | 10101111 | 10110011 | 10101 | 10 | 0 | 1011000 | 11110 | 111110 | 1001111 | 100111 |
Color Harmonies of #AFB315
Complementary color
Monochromatic Colors of #AFB315
Black with #AFB315
Text Example
Text Example
White with #AFB315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB315; }
p { color: rgb(175,179,21); }
H1.HeaderClassName
{
color: #AFB315;
}
.AnyTagClassName
{
color: #AFB315;
}
</style>
background-color css
<style>
a { background-color: #AFB315; }
a { background-color: rgb(175,179,21); }
div.DivClassName
{
background-color: #AFB315;
}
.BgClassName
{
background-color: #AFB315;
}
</style>
border-color css
<style>
span { border-color: #AFB315; }
span { border-color: rgb(175,179,21); }
td.TdClassName
{
border-color: #AFB315;
}
.TagClassName
{
border-color: #AFB315;
}
</style>