#AEBA11

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

Shades of La Rioja #AEBA11

Tints of La Rioja #AEBA11

Color information

#AEBA11 (or 0xAEBA11) is unknown color: approx La Rioja. HEX triplet: AE, BA and 11. RGB value is (174,186,17). Sum of RGB (Red+Green+Blue) = 174+186+17=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #AEBA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEBA11 is #5145EE. Grayscale: #A3A3A3. Windows color (decimal): -5326319 or 1161902. OLE color: 1161902.

HSL color Cylindrical-coordinate representation of color #AEBA11: hue angle of 64.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEBA11 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB17418617-
CMYK0.0600.910.27
HSL64.26º83.25%39.8%-
HSV(B)64.26º90.86%72.94%-
XYZ35.1244.167.2-
YUV163.1545.52135.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 186 (73.05% from 255) = 49.34%
BLUE value IS 17 (7.03% from 255) = 4.51%
R=46.15%
G=49.34%
B=4.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174186170.0600.910.2764.2683.2539.8
HexAEBA11605B1B405328
Octal25627221601333310012350
Binary101011101011101010001110010110111101110000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBA11; }

 p { color: rgb(174,186,17); }

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

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

 a { background-color: rgb(174,186,17); }

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

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

 span { border-color: rgb(174,186,17); }

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