#AEB90F

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

Shades of La Rioja #AEB90F

Tints of La Rioja #AEB90F

Color information

#AEB90F (or 0xAEB90F) is unknown color: approx La Rioja. HEX triplet: AE, B9 and 0F. RGB value is (174,185,15). Sum of RGB (Red+Green+Blue) = 174+185+15=374 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.52% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AEB90F is #5146F0. Grayscale: #A3A3A3. Windows color (decimal): -5326577 or 1030574. OLE color: 1030574.

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

Color convert

RGB17418515-
CMYK0.0600.920.27
HSL63.88º85%39.22%-
HSV(B)63.88º91.89%72.55%-
XYZ34.8943.737.05-
YUV162.3344.86136.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.52%
GREEN value IS 185 (72.66% from 255) = 49.47%
BLUE value IS 15 (6.25% from 255) = 4.01%
R=46.52%
G=49.47%
B=4.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal174185150.0600.920.2763.888539.22
HexAEB9F605C1B405527
Octal25627117601343310012547
Binary10101110101110011111110010111001101110000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB90F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB90F; }

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

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

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

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

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

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

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

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