#AEB904

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

Shades of La Rioja #AEB904

Tints of La Rioja #AEB904

Color information

#AEB904 (or 0xAEB904) is unknown color: approx La Rioja. HEX triplet: AE, B9 and 04. RGB value is (174,185,4). Sum of RGB (Red+Green+Blue) = 174+185+4=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB904 is #5146FB. Grayscale: #A1A1A1. Windows color (decimal): -5326588 or 309678. OLE color: 309678.

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

Color convert

RGB1741854-
CMYK0.0600.980.27
HSL63.65º95.77%37.06%-
HSV(B)63.65º97.84%72.55%-
XYZ34.8343.716.72-
YUV161.0839.36137.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 185 (72.66% from 255) = 50.96%
BLUE value IS 4 (1.95% from 255) = 1.10%
R=47.93%
G=50.96%
B=1.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17418540.0600.980.2763.6595.7737.06
HexAEB9460621B406025
Octal2562714601423310014045
Binary1010111010111001100110011000101101110000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB904; }

 p { color: rgb(174,185,4); }

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

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

 a { background-color: rgb(174,185,4); }

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

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

 span { border-color: rgb(174,185,4); }

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