#AEB18E

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

Shades of Bud #AEB18E

Tints of Bud #AEB18E

Color information

#AEB18E (or 0xAEB18E) is unknown color: approx Bud. HEX triplet: AE, B1 and 8E. RGB value is (174,177,142). Sum of RGB (Red+Green+Blue) = 174+177+142=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18E is #514E71. Grayscale: #ACACAC. Windows color (decimal): -5328498 or 9351598. OLE color: 9351598.

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

Color convert

RGB174177142-
CMYK0.0200.200.31
HSL65.14º18.32%62.55%-
HSV(B)65.14º19.77%69.41%-
XYZ38.0642.431.77-
YUV172.11111.01129.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=35.29%
G=35.90%
B=28.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771420.0200.200.3165.1418.3262.55
HexAEB18E20141F41123f
Octal2562612162024371012277
Binary1010111010110001100011101001010011111100000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB18E; }

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

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

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

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

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

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

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

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