#AEB80F

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

Shades of La Rioja #AEB80F

Tints of La Rioja #AEB80F

Color information

#AEB80F (or 0xAEB80F) is unknown color: approx La Rioja. HEX triplet: AE, B8 and 0F. RGB value is (174,184,15). Sum of RGB (Red+Green+Blue) = 174+184+15=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB80F is #5147F0. Grayscale: #A2A2A2. Windows color (decimal): -5326833 or 1030318. OLE color: 1030318.

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

Color convert

RGB17418415-
CMYK0.0500.920.28
HSL63.55º84.92%39.02%-
HSV(B)63.55º91.85%72.16%-
XYZ34.6843.316.98-
YUV161.7445.19136.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 184 (72.27% from 255) = 49.33%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=46.65%
G=49.33%
B=4.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal174184150.0500.920.2863.5584.9239.02
HexAEB8F505C1C405527
Octal25627017501343410012547
Binary10101110101110001111101010111001110010000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB80F; }

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

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

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

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

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

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

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

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