Shades of La Rioja #AFC905
Tints of La Rioja #AFC905
RGB
CMYK
RGB Variations
Color information
#AFC905 (or 0xAFC905) is known color: La Rioja. HEX triplet: AF, C9 and 05. RGB value is (175,201,5). Sum of RGB (Red+Green+Blue) = 175+201+5=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 201 (78.91% from 255 or 52.76% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC905 is #5036FA. Grayscale: #ABABAB. Windows color (decimal): -5256955 or 379311. OLE color: 379311.
HSL color Cylindrical-coordinate representation of color #AFC905: hue angle of 67.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFC905 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 5 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.21 |
| HSL | 67.96º | 0.95% | 0.4% | - |
| HSV(B) | 67.96º | 0.98% | 0.79% | - |
| XYZ | 38.59 | 50.9 | 7.93 | - |
| YUV | 170.88 | 34.39 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 5 | 0.13 | 0 | 0.98 | 0.21 | 67.96 | 0.95 | 0.4 |
| Hex | AF | C9 | 5 | D | 0 | 62 | 15 | 44 | 5F | 28 |
| Octal | 257 | 311 | 5 | 15 | 0 | 142 | 25 | 104 | 137 | 50 |
| Binary | 10101111 | 11001001 | 101 | 1101 | 0 | 1100010 | 10101 | 1000100 | 1011111 | 101000 |
Color Harmonies of #AFC905
Complementary color
Monochromatic Colors of #AFC905
Black with #AFC905
Text Example
Text Example
White with #AFC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC905; }
p { color: rgb(175,201,5); }
H1.HeaderClassName
{
color: #AFC905;
}
.AnyTagClassName
{
color: #AFC905;
}
</style>
background-color css
<style>
a { background-color: #AFC905; }
a { background-color: rgb(175,201,5); }
div.DivClassName
{
background-color: #AFC905;
}
.BgClassName
{
background-color: #AFC905;
}
</style>
border-color css
<style>
span { border-color: #AFC905; }
span { border-color: rgb(175,201,5); }
td.TdClassName
{
border-color: #AFC905;
}
.TagClassName
{
border-color: #AFC905;
}
</style>