#AEB48D

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

Shades of Bud #AEB48D

Tints of Bud #AEB48D

Color information

#AEB48D (or 0xAEB48D) is unknown color: approx Bud. HEX triplet: AE, B4 and 8D. RGB value is (174,180,141). Sum of RGB (Red+Green+Blue) = 174+180+141=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB48D is #514B72. Grayscale: #ADADAD. Windows color (decimal): -5327731 or 9286830. OLE color: 9286830.

HSL color Cylindrical-coordinate representation of color #AEB48D: hue angle of 69.23º 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 #AEB48D is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB174180141-
CMYK0.0300.220.29
HSL69.23º20.63%62.94%-
HSV(B)69.23º21.67%70.59%-
XYZ38.5843.5631.57-
YUV173.76109.51128.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 180 (70.70% from 255) = 36.36%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=35.15%
G=36.36%
B=28.48%

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
Decimal1741801410.0300.220.2969.2320.6362.94
HexAEB48D30161D45153f
Octal2562642153026351052577
Binary1010111010110100100011011101011011101100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB48D; }

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

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

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

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

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

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

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

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