#AEC209

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

Shades of La Rioja #AEC209

Tints of La Rioja #AEC209

Color information

#AEC209 (or 0xAEC209) is unknown color: approx La Rioja. HEX triplet: AE, C2 and 09. RGB value is (174,194,9). Sum of RGB (Red+Green+Blue) = 174+194+9=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC209 is #513DF6. Grayscale: #A7A7A7. Windows color (decimal): -5324279 or 639662. OLE color: 639662.

HSL color Cylindrical-coordinate representation of color #AEC209: hue angle of 66.49º degrees, saturation: 0.91, 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 #AEC209 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1741949-
CMYK0.1000.950.24
HSL66.49º91.13%39.8%-
HSV(B)66.49º95.36%76.08%-
XYZ36.847.67.51-
YUV166.9338.87133.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 194 (76.17% from 255) = 51.46%
BLUE value IS 9 (3.91% from 255) = 2.39%
R=46.15%
G=51.46%
B=2.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal17419490.1000.950.2466.4991.1339.8
HexAEC29A05F18425b28
Octal256302111201373010213350
Binary101011101100001010011010010111111100010000101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC209; }

 p { color: rgb(174,194,9); }

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

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

 a { background-color: rgb(174,194,9); }

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

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

 span { border-color: rgb(174,194,9); }

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