#AEB805

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

Shades of La Rioja #AEB805

Tints of La Rioja #AEB805

Color information

#AEB805 (or 0xAEB805) is unknown color: approx La Rioja. HEX triplet: AE, B8 and 05. RGB value is (174,184,5). Sum of RGB (Red+Green+Blue) = 174+184+5=363 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.93% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB805 is #5147FA. Grayscale: #A1A1A1. Windows color (decimal): -5326843 or 374958. OLE color: 374958.

HSL color Cylindrical-coordinate representation of color #AEB805: hue angle of 63.35º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AEB805 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1741845-
CMYK0.0500.970.28
HSL63.35º94.71%37.06%-
HSV(B)63.35º97.28%72.16%-
XYZ34.6243.296.67-
YUV160.640.19137.55-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.93%
GREEN value IS 184 (72.27% from 255) = 50.69%
BLUE value IS 5 (2.34% from 255) = 1.38%
R=47.93%
G=50.69%
B=1.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17418450.0500.970.2863.3594.7137.06
HexAEB8550611C3f5f25
Octal256270550141347713745
Binary101011101011100010110101100001111001111111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB805; }

 p { color: rgb(174,184,5); }

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

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

 a { background-color: rgb(174,184,5); }

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

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

 span { border-color: rgb(174,184,5); }

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