#AEB08B

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

Shades of Bud #AEB08B

Tints of Bud #AEB08B

Color information

#AEB08B (or 0xAEB08B) is unknown color: approx Bud. HEX triplet: AE, B0 and 8B. RGB value is (174,176,139). Sum of RGB (Red+Green+Blue) = 174+176+139=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB08B is #514F74. Grayscale: #ABABAB. Windows color (decimal): -5328757 or 9154734. OLE color: 9154734.

HSL color Cylindrical-coordinate representation of color #AEB08B: hue angle of 63.24º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEB08B is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB174176139-
CMYK0.0100.210.31
HSL63.24º18.97%61.76%-
HSV(B)63.24º21.02%69.02%-
XYZ37.6441.9130.53-
YUV171.18109.84130.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=35.58%
G=35.99%
B=28.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761390.0100.210.3163.2418.9761.76
HexAEB08B10151F3f133e
Octal256260213102537772376
Binary10101110101100001000101110101011111111111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB08B; }

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

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

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

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

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

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

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

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