#AEB48A

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

Shades of Bud #AEB48A

Tints of Bud #AEB48A

Color information

#AEB48A (or 0xAEB48A) is unknown color: approx Bud. HEX triplet: AE, B4 and 8A. RGB value is (174,180,138). Sum of RGB (Red+Green+Blue) = 174+180+138=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB48A is #514B75. Grayscale: #ADADAD. Windows color (decimal): -5327734 or 9090222. OLE color: 9090222.

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

Color convert

RGB174180138-
CMYK0.0300.230.29
HSL68.57º21.88%62.35%-
HSV(B)68.57º23.33%70.59%-
XYZ38.3643.4830.41-
YUV173.42108.01128.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=35.37%
G=36.59%
B=28.05%

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
Decimal1741801380.0300.230.2968.5721.8862.35
HexAEB48A30171D45163e
Octal2562642123027351052676
Binary1010111010110100100010101101011111101100010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB48A; }

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

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

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

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

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

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

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

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