#AEB38F

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

Shades of Bud #AEB38F

Tints of Bud #AEB38F

Color information

#AEB38F (or 0xAEB38F) is unknown color: approx Bud. HEX triplet: AE, B3 and 8F. RGB value is (174,179,143). Sum of RGB (Red+Green+Blue) = 174+179+143=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB38F is #514C70. Grayscale: #ADADAD. Windows color (decimal): -5327985 or 9417646. OLE color: 9417646.

HSL color Cylindrical-coordinate representation of color #AEB38F: hue angle of 68.33º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEB38F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB174179143-
CMYK0.0300.200.30
HSL68.33º19.15%63.14%-
HSV(B)68.33º20.11%70.2%-
XYZ38.5343.2232.3-
YUV173.4110.84128.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 179 (70.31% from 255) = 36.09%
BLUE value IS 143 (56.25% from 255) = 28.83%
R=35.08%
G=36.09%
B=28.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791430.0300.200.3068.3319.1563.14
HexAEB38F30141E44133f
Octal2562632173024361042377
Binary1010111010110011100011111101010011110100010010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB38F; }

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

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

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

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

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

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

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

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