#AEB508

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

Shades of La Rioja #AEB508

Tints of La Rioja #AEB508

Color information

#AEB508 (or 0xAEB508) is unknown color: approx La Rioja. HEX triplet: AE, B5 and 08. RGB value is (174,181,8). Sum of RGB (Red+Green+Blue) = 174+181+8=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB508 is #514AF7. Grayscale: #9F9F9F. Windows color (decimal): -5327608 or 570798. OLE color: 570798.

HSL color Cylindrical-coordinate representation of color #AEB508: hue angle of 62.43º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AEB508 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1741818-
CMYK0.0400.960.29
HSL62.43º91.53%37.06%-
HSV(B)62.43º95.58%70.98%-
XYZ34.0242.066.56-
YUV159.1842.68138.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 8 (3.52% from 255) = 2.20%
R=47.93%
G=49.86%
B=2.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17418180.0400.960.2962.4391.5337.06
HexAEB5840601D3e5c25
Octal2562651040140357613445
Binary1010111010110101100010001100000111011111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB508; }

 p { color: rgb(174,181,8); }

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

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

 a { background-color: rgb(174,181,8); }

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

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

 span { border-color: rgb(174,181,8); }

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