Shades of La Rioja #ACC605
Tints of La Rioja #ACC605
RGB
CMYK
RGB Variations
Color information
#ACC605 (or 0xACC605) is known color: La Rioja. HEX triplet: AC, C6 and 05. RGB value is (172,198,5). Sum of RGB (Red+Green+Blue) = 172+198+5=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC605 is #5339FA. Grayscale: #A8A8A8. Windows color (decimal): -5454331 or 378540. OLE color: 378540.
HSL color Cylindrical-coordinate representation of color #ACC605: hue angle of 68.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACC605 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 198 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.22 |
| HSL | 68.08º | 0.95% | 0.4% | - |
| HSV(B) | 68.08º | 0.97% | 0.78% | - |
| XYZ | 37.23 | 49.17 | 7.67 | - |
| YUV | 168.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 5 | 0.13 | 0 | 0.97 | 0.22 | 68.08 | 0.95 | 0.4 |
| Hex | AC | C6 | 5 | D | 0 | 61 | 16 | 44 | 5F | 28 |
| Octal | 254 | 306 | 5 | 15 | 0 | 141 | 26 | 104 | 137 | 50 |
| Binary | 10101100 | 11000110 | 101 | 1101 | 0 | 1100001 | 10110 | 1000100 | 1011111 | 101000 |
Color Harmonies of #ACC605
Complementary color
Monochromatic Colors of #ACC605
Black with #ACC605
Text Example
Text Example
White with #ACC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC605; }
p { color: rgb(172,198,5); }
H1.HeaderClassName
{
color: #ACC605;
}
.AnyTagClassName
{
color: #ACC605;
}
</style>
background-color css
<style>
a { background-color: #ACC605; }
a { background-color: rgb(172,198,5); }
div.DivClassName
{
background-color: #ACC605;
}
.BgClassName
{
background-color: #ACC605;
}
</style>
border-color css
<style>
span { border-color: #ACC605; }
span { border-color: rgb(172,198,5); }
td.TdClassName
{
border-color: #ACC605;
}
.TagClassName
{
border-color: #ACC605;
}
</style>