Shades of La Rioja #ACC10A
Tints of La Rioja #ACC10A
RGB
CMYK
RGB Variations
Color information
#ACC10A (or 0xACC10A) is known color: La Rioja. HEX triplet: AC, C1 and 0A. RGB value is (172,193,10). Sum of RGB (Red+Green+Blue) = 172+193+10=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10A is #533EF5. Grayscale: #A6A6A6. Windows color (decimal): -5455606 or 704940. OLE color: 704940.
HSL color Cylindrical-coordinate representation of color #ACC10A: hue angle of 66.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACC10A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.24 |
| HSL | 66.89º | 0.9% | 0.4% | - |
| HSV(B) | 66.89º | 0.95% | 0.76% | - |
| XYZ | 36.14 | 46.93 | 7.44 | - |
| YUV | 165.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 10 | 0.11 | 0 | 0.95 | 0.24 | 66.89 | 0.9 | 0.4 |
| Hex | AC | C1 | A | B | 0 | 5F | 18 | 43 | 5A | 28 |
| Octal | 254 | 301 | 12 | 13 | 0 | 137 | 30 | 103 | 132 | 50 |
| Binary | 10101100 | 11000001 | 1010 | 1011 | 0 | 1011111 | 11000 | 1000011 | 1011010 | 101000 |
Color Harmonies of #ACC10A
Complementary color
Monochromatic Colors of #ACC10A
Black with #ACC10A
Text Example
Text Example
White with #ACC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC10A; }
p { color: rgb(172,193,10); }
H1.HeaderClassName
{
color: #ACC10A;
}
.AnyTagClassName
{
color: #ACC10A;
}
</style>
background-color css
<style>
a { background-color: #ACC10A; }
a { background-color: rgb(172,193,10); }
div.DivClassName
{
background-color: #ACC10A;
}
.BgClassName
{
background-color: #ACC10A;
}
</style>
border-color css
<style>
span { border-color: #ACC10A; }
span { border-color: rgb(172,193,10); }
td.TdClassName
{
border-color: #ACC10A;
}
.TagClassName
{
border-color: #ACC10A;
}
</style>