Shades of La Rioja #AEC908
Tints of La Rioja #AEC908
RGB
CMYK
RGB Variations
Color information
#AEC908 (or 0xAEC908) is known color: La Rioja. HEX triplet: AE, C9 and 08. RGB value is (174,201,8). Sum of RGB (Red+Green+Blue) = 174+201+8=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 8 (3.52% from 255 or 2.09% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC908 is #5136F7. Grayscale: #ABABAB. Windows color (decimal): -5322488 or 575918. OLE color: 575918.
HSL color Cylindrical-coordinate representation of color #AEC908: hue angle of 68.39º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEC908 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.21 |
| HSL | 68.39º | 0.92% | 0.41% | - |
| HSV(B) | 68.39º | 0.96% | 0.79% | - |
| XYZ | 38.39 | 50.79 | 8.01 | - |
| YUV | 170.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 8 | 0.13 | 0 | 0.96 | 0.21 | 68.39 | 0.92 | 0.41 |
| Hex | AE | C9 | 8 | D | 0 | 60 | 15 | 44 | 5C | 29 |
| Octal | 256 | 311 | 10 | 15 | 0 | 140 | 25 | 104 | 134 | 51 |
| Binary | 10101110 | 11001001 | 1000 | 1101 | 0 | 1100000 | 10101 | 1000100 | 1011100 | 101001 |
Color Harmonies of #AEC908
Complementary color
Monochromatic Colors of #AEC908
Black with #AEC908
Text Example
Text Example
White with #AEC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC908; }
p { color: rgb(174,201,8); }
H1.HeaderClassName
{
color: #AEC908;
}
.AnyTagClassName
{
color: #AEC908;
}
</style>
background-color css
<style>
a { background-color: #AEC908; }
a { background-color: rgb(174,201,8); }
div.DivClassName
{
background-color: #AEC908;
}
.BgClassName
{
background-color: #AEC908;
}
</style>
border-color css
<style>
span { border-color: #AEC908; }
span { border-color: rgb(174,201,8); }
td.TdClassName
{
border-color: #AEC908;
}
.TagClassName
{
border-color: #AEC908;
}
</style>