#AEB48C

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

Shades of Bud #AEB48C

Tints of Bud #AEB48C

Color information

#AEB48C (or 0xAEB48C) is unknown color: approx Bud. HEX triplet: AE, B4 and 8C. RGB value is (174,180,140). Sum of RGB (Red+Green+Blue) = 174+180+140=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB48C is #514B73. Grayscale: #ADADAD. Windows color (decimal): -5327732 or 9221294. OLE color: 9221294.

HSL color Cylindrical-coordinate representation of color #AEB48C: hue angle of 69º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEB48C is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB174180140-
CMYK0.0300.220.29
HSL69º21.05%62.75%-
HSV(B)69º22.22%70.59%-
XYZ38.5143.5331.18-
YUV173.65109.01128.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.22%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 140 (55.08% from 255) = 28.34%
R=35.22%
G=36.44%
B=28.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801400.0300.220.296921.0562.75
HexAEB48C30161D45153f
Octal2562642143026351052577
Binary1010111010110100100011001101011011101100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB48C; }

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

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

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

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

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

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

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

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