#AEB38B

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

Shades of Bud #AEB38B

Tints of Bud #AEB38B

Color information

#AEB38B (or 0xAEB38B) is unknown color: approx Bud. HEX triplet: AE, B3 and 8B. RGB value is (174,179,139). Sum of RGB (Red+Green+Blue) = 174+179+139=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB38B is #514C74. Grayscale: #ADADAD. Windows color (decimal): -5327989 or 9155502. OLE color: 9155502.

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

Color convert

RGB174179139-
CMYK0.0300.220.30
HSL67.5º20.83%62.35%-
HSV(B)67.5º22.35%70.2%-
XYZ38.2443.130.73-
YUV172.94108.84128.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 179 (70.31% from 255) = 36.38%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=35.37%
G=36.38%
B=28.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791390.0300.220.3067.520.8362.35
HexAEB38B30161E44153e
Octal2562632133026361042576
Binary1010111010110011100010111101011011110100010010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB38B; }

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

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

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

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

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

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

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

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