#AEB18C

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

Shades of Bud #AEB18C

Tints of Bud #AEB18C

Color information

#AEB18C (or 0xAEB18C) is unknown color: approx Bud. HEX triplet: AE, B1 and 8C. RGB value is (174,177,140). Sum of RGB (Red+Green+Blue) = 174+177+140=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB18C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB18C is #514E73. Grayscale: #ACACAC. Windows color (decimal): -5328500 or 9220526. OLE color: 9220526.

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

Color convert

RGB174177140-
CMYK0.0200.210.31
HSL64.86º19.17%62.16%-
HSV(B)64.86º20.9%69.41%-
XYZ37.9142.3430.98-
YUV171.89110.01129.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 177 (69.53% from 255) = 36.05%
BLUE value IS 140 (55.08% from 255) = 28.51%
R=35.44%
G=36.05%
B=28.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771400.0200.210.3164.8619.1762.16
HexAEB18C20151F41133e
Octal2562612142025371012376
Binary1010111010110001100011001001010111111100000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB18C; }

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

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

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

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

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

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

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

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