#AEBE0E

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

Shades of La Rioja #AEBE0E

Tints of La Rioja #AEBE0E

Color information

#AEBE0E (or 0xAEBE0E) is unknown color: approx La Rioja. HEX triplet: AE, BE and 0E. RGB value is (174,190,14). Sum of RGB (Red+Green+Blue) = 174+190+14=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 190 (74.61% from 255 or 50.26% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBE0E is #5141F1. Grayscale: #A5A5A5. Windows color (decimal): -5325298 or 966318. OLE color: 966318.

HSL color Cylindrical-coordinate representation of color #AEBE0E: hue angle of 65.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AEBE0E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB17419014-
CMYK0.0800.930.25
HSL65.45º86.27%40%-
HSV(B)65.45º92.63%74.51%-
XYZ35.9545.867.37-
YUV165.1542.7134.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 190 (74.61% from 255) = 50.26%
BLUE value IS 14 (5.86% from 255) = 3.70%
R=46.03%
G=50.26%
B=3.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174190140.0800.930.2565.4586.2740
HexAEBEE805D19415628
Octal256276161001353110112650
Binary101011101011111011101000010111011100110000011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBE0E; }

 p { color: rgb(174,190,14); }

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

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

 a { background-color: rgb(174,190,14); }

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

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

 span { border-color: rgb(174,190,14); }

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