#AEB18A

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

Shades of Bud #AEB18A

Tints of Bud #AEB18A

Color information

#AEB18A (or 0xAEB18A) is unknown color: approx Bud. HEX triplet: AE, B1 and 8A. RGB value is (174,177,138). Sum of RGB (Red+Green+Blue) = 174+177+138=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18A is #514E75. Grayscale: #ABABAB. Windows color (decimal): -5328502 or 9089454. OLE color: 9089454.

HSL color Cylindrical-coordinate representation of color #AEB18A: hue angle of 64.62º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB18A is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB174177138-
CMYK0.0200.220.31
HSL64.62º20%61.76%-
HSV(B)64.62º22.03%69.41%-
XYZ37.7742.2830.21-
YUV171.66109.01129.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=35.58%
G=36.20%
B=28.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771380.0200.220.3164.622061.76
HexAEB18A20161F41143e
Octal2562612122026371012476
Binary1010111010110001100010101001011011111100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB18A; }

 p { color: rgb(174,177,138); }

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

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

 a { background-color: rgb(174,177,138); }

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

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

 span { border-color: rgb(174,177,138); }

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