#AEB014

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

Shades of La Rioja #AEB014

Tints of La Rioja #AEB014

Color information

#AEB014 (or 0xAEB014) is unknown color: approx La Rioja. HEX triplet: AE, B0 and 14. RGB value is (174,176,20). Sum of RGB (Red+Green+Blue) = 174+176+20=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEB014 is #514FEB. Grayscale: #9E9E9E. Windows color (decimal): -5328876 or 1355950. OLE color: 1355950.

HSL color Cylindrical-coordinate representation of color #AEB014: hue angle of 60.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AEB014 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17417620-
CMYK0.0100.890.31
HSL60.77º79.59%38.43%-
HSV(B)60.77º88.64%69.02%-
XYZ33.1140.16.66-
YUV157.6250.34139.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 176 (69.14% from 255) = 47.57%
BLUE value IS 20 (8.20% from 255) = 5.41%
R=47.03%
G=47.57%
B=5.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal174176200.0100.890.3160.7779.5938.43
HexAEB01410591F3d5026
Octal2562602410131377512046
Binary101011101011000010100101011001111111111011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB014; }

 p { color: rgb(174,176,20); }

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

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

 a { background-color: rgb(174,176,20); }

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

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

 span { border-color: rgb(174,176,20); }

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