#AEB38A

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

Shades of Bud #AEB38A

Tints of Bud #AEB38A

Color information

#AEB38A (or 0xAEB38A) is unknown color: approx Bud. HEX triplet: AE, B3 and 8A. RGB value is (174,179,138). Sum of RGB (Red+Green+Blue) = 174+179+138=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB38A is #514C75. Grayscale: #ACACAC. Windows color (decimal): -5327990 or 9089966. OLE color: 9089966.

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

Color convert

RGB174179138-
CMYK0.0300.230.30
HSL67.32º21.24%62.16%-
HSV(B)67.32º22.91%70.2%-
XYZ38.1643.0730.35-
YUV172.83108.34128.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 179 (70.31% from 255) = 36.46%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=35.44%
G=36.46%
B=28.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791380.0300.230.3067.3221.2462.16
HexAEB38A30171E43153e
Octal2562632123027361032576
Binary1010111010110011100010101101011111110100001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB38A; }

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

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

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

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

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

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

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

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