Shades of La Rioja #AFB30D
Tints of La Rioja #AFB30D
RGB
CMYK
RGB Variations
Color information
#AFB30D (or 0xAFB30D) is known color: La Rioja. HEX triplet: AF, B3 and 0D. RGB value is (175,179,13). Sum of RGB (Red+Green+Blue) = 175+179+13=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB30D is #504CF2. Grayscale: #9F9F9F. Windows color (decimal): -5262579 or 897967. OLE color: 897967.
HSL color Cylindrical-coordinate representation of color #AFB30D: hue angle of 61.45º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB30D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 13 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.30 |
| HSL | 61.45º | 0.86% | 0.38% | - |
| HSV(B) | 61.45º | 0.93% | 0.7% | - |
| XYZ | 33.87 | 41.38 | 6.58 | - |
| YUV | 158.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 13 | 0.02 | 0 | 0.93 | 0.30 | 61.45 | 0.86 | 0.38 |
| Hex | AF | B3 | D | 2 | 0 | 5D | 1E | 3D | 56 | 26 |
| Octal | 257 | 263 | 15 | 2 | 0 | 135 | 36 | 75 | 126 | 46 |
| Binary | 10101111 | 10110011 | 1101 | 10 | 0 | 1011101 | 11110 | 111101 | 1010110 | 100110 |
Color Harmonies of #AFB30D
Complementary color
Monochromatic Colors of #AFB30D
Black with #AFB30D
Text Example
Text Example
White with #AFB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB30D; }
p { color: rgb(175,179,13); }
H1.HeaderClassName
{
color: #AFB30D;
}
.AnyTagClassName
{
color: #AFB30D;
}
</style>
background-color css
<style>
a { background-color: #AFB30D; }
a { background-color: rgb(175,179,13); }
div.DivClassName
{
background-color: #AFB30D;
}
.BgClassName
{
background-color: #AFB30D;
}
</style>
border-color css
<style>
span { border-color: #AFB30D; }
span { border-color: rgb(175,179,13); }
td.TdClassName
{
border-color: #AFB30D;
}
.TagClassName
{
border-color: #AFB30D;
}
</style>