#AEC005

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

Shades of La Rioja #AEC005

Tints of La Rioja #AEC005

Color information

#AEC005 (or 0xAEC005) is unknown color: approx La Rioja. HEX triplet: AE, C0 and 05. RGB value is (174,192,5). Sum of RGB (Red+Green+Blue) = 174+192+5=371 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.90% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEC005 is #513FFA. Grayscale: #A6A6A6. Windows color (decimal): -5324795 or 377006. OLE color: 377006.

HSL color Cylindrical-coordinate representation of color #AEC005: hue angle of 65.78º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AEC005 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB1741925-
CMYK0.0900.970.25
HSL65.78º94.92%38.63%-
HSV(B)65.78º97.4%75.29%-
XYZ36.3346.717.24-
YUV165.337.54134.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.90%
GREEN value IS 192 (75.39% from 255) = 51.75%
BLUE value IS 5 (2.34% from 255) = 1.35%
R=46.90%
G=51.75%
B=1.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17419250.0900.970.2565.7894.9238.63
HexAEC05906119425f27
Octal25630051101413110213747
Binary10101110110000001011001011000011100110000101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC005; }

 p { color: rgb(174,192,5); }

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

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

 a { background-color: rgb(174,192,5); }

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

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

 span { border-color: rgb(174,192,5); }

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