Shades of La Rioja #ACC707
Tints of La Rioja #ACC707
RGB
CMYK
RGB Variations
Color information
#ACC707 (or 0xACC707) is known color: La Rioja. HEX triplet: AC, C7 and 07. RGB value is (172,199,7). Sum of RGB (Red+Green+Blue) = 172+199+7=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC707 is #5338F8. Grayscale: #A9A9A9. Windows color (decimal): -5454073 or 509868. OLE color: 509868.
HSL color Cylindrical-coordinate representation of color #ACC707: hue angle of 68.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACC707 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 7 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.22 |
| HSL | 68.44º | 0.93% | 0.4% | - |
| HSV(B) | 68.44º | 0.96% | 0.78% | - |
| XYZ | 37.48 | 49.63 | 7.81 | - |
| YUV | 169.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 7 | 0.14 | 0 | 0.96 | 0.22 | 68.44 | 0.93 | 0.4 |
| Hex | AC | C7 | 7 | E | 0 | 60 | 16 | 44 | 5D | 28 |
| Octal | 254 | 307 | 7 | 16 | 0 | 140 | 26 | 104 | 135 | 50 |
| Binary | 10101100 | 11000111 | 111 | 1110 | 0 | 1100000 | 10110 | 1000100 | 1011101 | 101000 |
Color Harmonies of #ACC707
Complementary color
Monochromatic Colors of #ACC707
Black with #ACC707
Text Example
Text Example
White with #ACC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC707; }
p { color: rgb(172,199,7); }
H1.HeaderClassName
{
color: #ACC707;
}
.AnyTagClassName
{
color: #ACC707;
}
</style>
background-color css
<style>
a { background-color: #ACC707; }
a { background-color: rgb(172,199,7); }
div.DivClassName
{
background-color: #ACC707;
}
.BgClassName
{
background-color: #ACC707;
}
</style>
border-color css
<style>
span { border-color: #ACC707; }
span { border-color: rgb(172,199,7); }
td.TdClassName
{
border-color: #ACC707;
}
.TagClassName
{
border-color: #ACC707;
}
</style>