#AEB48B

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

Shades of Bud #AEB48B

Tints of Bud #AEB48B

Color information

#AEB48B (or 0xAEB48B) is unknown color: approx Bud. HEX triplet: AE, B4 and 8B. RGB value is (174,180,139). Sum of RGB (Red+Green+Blue) = 174+180+139=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB48B is #514B74. Grayscale: #ADADAD. Windows color (decimal): -5327733 or 9155758. OLE color: 9155758.

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

Color convert

RGB174180139-
CMYK0.0300.230.29
HSL68.78º21.47%62.55%-
HSV(B)68.78º22.78%70.59%-
XYZ38.4443.5130.8-
YUV173.53108.51128.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.29%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=35.29%
G=36.51%
B=28.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801390.0300.230.2968.7821.4762.55
HexAEB48B30171D45153f
Octal2562642133027351052577
Binary1010111010110100100010111101011111101100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB48B; }

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

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

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

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

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

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

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

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