#AEC104

Color #AEC104 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #AEC104

Tints of La Rioja #AEC104

Color information

#AEC104 (or 0xAEC104) is unknown color: approx La Rioja. HEX triplet: AE, C1 and 04. RGB value is (174,193,4). Sum of RGB (Red+Green+Blue) = 174+193+4=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC104 is #513EFB. Grayscale: #A6A6A6. Windows color (decimal): -5324540 or 311726. OLE color: 311726.

HSL color Cylindrical-coordinate representation of color #AEC104: hue angle of 66.03º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEC104 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB1741934-
CMYK0.1000.980.24
HSL66.03º95.94%38.63%-
HSV(B)66.03º97.93%75.69%-
XYZ36.5547.157.29-
YUV165.7736.71133.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 193 (75.78% from 255) = 52.02%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=46.90%
G=52.02%
B=1.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17419340.1000.980.2466.0395.9438.63
HexAEC14A06218426027
Octal25630141201423010214047
Binary10101110110000011001010011000101100010000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC104; }

 p { color: rgb(174,193,4); }

 H1.HeaderClassName
 {
   color: #AEC104;
 }
 .AnyTagClassName
 {
   color: #AEC104;
 }
</style>
background-color css

<style>
 a { background-color: #AEC104; }

 a { background-color: rgb(174,193,4); }

 div.DivClassName
 {
   background-color: #AEC104;
 }
 .BgClassName
 {
   background-color: #AEC104;
 }
</style>
border-color css

<style>
 span { border-color: #AEC104; }

 span { border-color: rgb(174,193,4); }

 td.TdClassName
 {
   border-color: #AEC104;
 }
 .TagClassName
 {
   border-color: #AEC104;
 }
</style>