#AEC503

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

Shades of La Rioja #AEC503

Tints of La Rioja #AEC503

Color information

#AEC503 (or 0xAEC503) is unknown color: approx La Rioja. HEX triplet: AE, C5 and 03. RGB value is (174,197,3). Sum of RGB (Red+Green+Blue) = 174+197+3=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC503 is #513AFC. Grayscale: #A8A8A8. Windows color (decimal): -5323517 or 247214. OLE color: 247214.

HSL color Cylindrical-coordinate representation of color #AEC503: hue angle of 67.11º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AEC503 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1741973-
CMYK0.1200.980.23
HSL67.11º97%39.22%-
HSV(B)67.11º98.48%77.25%-
XYZ37.4448.947.56-
YUV168.0134.88132.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 197 (77.34% from 255) = 52.67%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=46.52%
G=52.67%
B=0.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal17419730.1200.980.2367.119739.22
HexAEC53C06217436127
Octal25630531401422710314147
Binary1010111011000101111100011000101011110000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC503; }

 p { color: rgb(174,197,3); }

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

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

 a { background-color: rgb(174,197,3); }

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

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

 span { border-color: rgb(174,197,3); }

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