Shades of La Rioja #AEC001
Tints of La Rioja #AEC001
RGB
CMYK
RGB Variations
Color information
#AEC001 (or 0xAEC001) is known color: La Rioja. HEX triplet: AE, C0 and 01. RGB value is (174,192,1). Sum of RGB (Red+Green+Blue) = 174+192+1=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC001 is #513FFE. Grayscale: #A5A5A5. Windows color (decimal): -5324799 or 114862. OLE color: 114862.
HSL color Cylindrical-coordinate representation of color #AEC001: hue angle of 65.65º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AEC001 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 174 | 192 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.25 |
| HSL | 65.65º | 0.99% | 0.38% | - |
| HSV(B) | 65.65º | 0.99% | 0.75% | - |
| XYZ | 36.31 | 46.7 | 7.13 | - |
| YUV | 164.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 1 | 0.09 | 0 | 0.99 | 0.25 | 65.65 | 0.99 | 0.38 |
| Hex | AE | C0 | 1 | 9 | 0 | 63 | 19 | 42 | 63 | 26 |
| Octal | 256 | 300 | 1 | 11 | 0 | 143 | 31 | 102 | 143 | 46 |
| Binary | 10101110 | 11000000 | 1 | 1001 | 0 | 1100011 | 11001 | 1000010 | 1100011 | 100110 |
Color Harmonies of #AEC001
Complementary color
Monochromatic Colors of #AEC001
Black with #AEC001
Text Example
Text Example
White with #AEC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC001; }
p { color: rgb(174,192,1); }
H1.HeaderClassName
{
color: #AEC001;
}
.AnyTagClassName
{
color: #AEC001;
}
</style>
background-color css
<style>
a { background-color: #AEC001; }
a { background-color: rgb(174,192,1); }
div.DivClassName
{
background-color: #AEC001;
}
.BgClassName
{
background-color: #AEC001;
}
</style>
border-color css
<style>
span { border-color: #AEC001; }
span { border-color: rgb(174,192,1); }
td.TdClassName
{
border-color: #AEC001;
}
.TagClassName
{
border-color: #AEC001;
}
</style>