#AEB410

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

Shades of La Rioja #AEB410

Tints of La Rioja #AEB410

Color information

#AEB410 (or 0xAEB410) is unknown color: approx La Rioja. HEX triplet: AE, B4 and 10. RGB value is (174,180,16). Sum of RGB (Red+Green+Blue) = 174+180+16=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB410 is #514BEF. Grayscale: #A0A0A0. Windows color (decimal): -5327856 or 1094830. OLE color: 1094830.

HSL color Cylindrical-coordinate representation of color #AEB410: hue angle of 62.2º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AEB410 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB17418016-
CMYK0.0300.910.29
HSL62.2º83.67%38.43%-
HSV(B)62.2º91.11%70.59%-
XYZ33.8741.686.75-
YUV159.5147.01138.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 16 (6.64% from 255) = 4.32%
R=47.03%
G=48.65%
B=4.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal174180160.0300.910.2962.283.6738.43
HexAEB410305B1D3e5426
Octal2562642030133357612446
Binary1010111010110100100001101011011111011111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB410; }

 p { color: rgb(174,180,16); }

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

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

 a { background-color: rgb(174,180,16); }

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

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

 span { border-color: rgb(174,180,16); }

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