Shades of La Rioja #AFB80F
Tints of La Rioja #AFB80F
RGB
CMYK
RGB Variations
Color information
#AFB80F (or 0xAFB80F) is known color: La Rioja. HEX triplet: AF, B8 and 0F. RGB value is (175,184,15). Sum of RGB (Red+Green+Blue) = 175+184+15=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB80F is #5047F0. Grayscale: #A2A2A2. Windows color (decimal): -5261297 or 1030319. OLE color: 1030319.
HSL color Cylindrical-coordinate representation of color #AFB80F: hue angle of 63.2º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFB80F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 184 | 15 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.28 |
| HSL | 63.2º | 0.85% | 0.39% | - |
| HSV(B) | 63.2º | 0.92% | 0.72% | - |
| XYZ | 34.91 | 43.43 | 6.99 | - |
| YUV | 162.04 | 45.02 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 15 | 0.05 | 0 | 0.92 | 0.28 | 63.2 | 0.85 | 0.39 |
| Hex | AF | B8 | F | 5 | 0 | 5C | 1C | 3F | 55 | 27 |
| Octal | 257 | 270 | 17 | 5 | 0 | 134 | 34 | 77 | 125 | 47 |
| Binary | 10101111 | 10111000 | 1111 | 101 | 0 | 1011100 | 11100 | 111111 | 1010101 | 100111 |
Color Harmonies of #AFB80F
Complementary color
Monochromatic Colors of #AFB80F
Black with #AFB80F
Text Example
Text Example
White with #AFB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB80F; }
p { color: rgb(175,184,15); }
H1.HeaderClassName
{
color: #AFB80F;
}
.AnyTagClassName
{
color: #AFB80F;
}
</style>
background-color css
<style>
a { background-color: #AFB80F; }
a { background-color: rgb(175,184,15); }
div.DivClassName
{
background-color: #AFB80F;
}
.BgClassName
{
background-color: #AFB80F;
}
</style>
border-color css
<style>
span { border-color: #AFB80F; }
span { border-color: rgb(175,184,15); }
td.TdClassName
{
border-color: #AFB80F;
}
.TagClassName
{
border-color: #AFB80F;
}
</style>