Shades of La Rioja #AFB30C
Tints of La Rioja #AFB30C
RGB
CMYK
RGB Variations
Color information
#AFB30C (or 0xAFB30C) is known color: La Rioja. HEX triplet: AF, B3 and 0C. RGB value is (175,179,12). Sum of RGB (Red+Green+Blue) = 175+179+12=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB30C is #504CF3. Grayscale: #9F9F9F. Windows color (decimal): -5262580 or 832431. OLE color: 832431.
HSL color Cylindrical-coordinate representation of color #AFB30C: hue angle of 61.44º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFB30C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.30 |
| HSL | 61.44º | 0.87% | 0.37% | - |
| HSV(B) | 61.44º | 0.93% | 0.7% | - |
| XYZ | 33.87 | 41.38 | 6.55 | - |
| YUV | 158.77 | 45.17 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 12 | 0.02 | 0 | 0.93 | 0.30 | 61.44 | 0.87 | 0.37 |
| Hex | AF | B3 | C | 2 | 0 | 5D | 1E | 3D | 57 | 25 |
| Octal | 257 | 263 | 14 | 2 | 0 | 135 | 36 | 75 | 127 | 45 |
| Binary | 10101111 | 10110011 | 1100 | 10 | 0 | 1011101 | 11110 | 111101 | 1010111 | 100101 |
Color Harmonies of #AFB30C
Complementary color
Monochromatic Colors of #AFB30C
Black with #AFB30C
Text Example
Text Example
White with #AFB30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB30C; }
p { color: rgb(175,179,12); }
H1.HeaderClassName
{
color: #AFB30C;
}
.AnyTagClassName
{
color: #AFB30C;
}
</style>
background-color css
<style>
a { background-color: #AFB30C; }
a { background-color: rgb(175,179,12); }
div.DivClassName
{
background-color: #AFB30C;
}
.BgClassName
{
background-color: #AFB30C;
}
</style>
border-color css
<style>
span { border-color: #AFB30C; }
span { border-color: rgb(175,179,12); }
td.TdClassName
{
border-color: #AFB30C;
}
.TagClassName
{
border-color: #AFB30C;
}
</style>