Shades of La Rioja #AFB30A
Tints of La Rioja #AFB30A
RGB
CMYK
RGB Variations
Color information
#AFB30A (or 0xAFB30A) is known color: La Rioja. HEX triplet: AF, B3 and 0A. RGB value is (175,179,10). Sum of RGB (Red+Green+Blue) = 175+179+10=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB30A is #504CF5. Grayscale: #9F9F9F. Windows color (decimal): -5262582 or 701359. OLE color: 701359.
HSL color Cylindrical-coordinate representation of color #AFB30A: hue angle of 61.42º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFB30A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 179 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.30 |
| HSL | 61.42º | 0.89% | 0.37% | - |
| HSV(B) | 61.42º | 0.94% | 0.7% | - |
| XYZ | 33.85 | 41.38 | 6.49 | - |
| YUV | 158.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 10 | 0.02 | 0 | 0.94 | 0.30 | 61.42 | 0.89 | 0.37 |
| Hex | AF | B3 | A | 2 | 0 | 5E | 1E | 3D | 59 | 25 |
| Octal | 257 | 263 | 12 | 2 | 0 | 136 | 36 | 75 | 131 | 45 |
| Binary | 10101111 | 10110011 | 1010 | 10 | 0 | 1011110 | 11110 | 111101 | 1011001 | 100101 |
Color Harmonies of #AFB30A
Complementary color
Monochromatic Colors of #AFB30A
Black with #AFB30A
Text Example
Text Example
White with #AFB30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB30A; }
p { color: rgb(175,179,10); }
H1.HeaderClassName
{
color: #AFB30A;
}
.AnyTagClassName
{
color: #AFB30A;
}
</style>
background-color css
<style>
a { background-color: #AFB30A; }
a { background-color: rgb(175,179,10); }
div.DivClassName
{
background-color: #AFB30A;
}
.BgClassName
{
background-color: #AFB30A;
}
</style>
border-color css
<style>
span { border-color: #AFB30A; }
span { border-color: rgb(175,179,10); }
td.TdClassName
{
border-color: #AFB30A;
}
.TagClassName
{
border-color: #AFB30A;
}
</style>