#AEB08E

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

Shades of Bud #AEB08E

Tints of Bud #AEB08E

Color information

#AEB08E (or 0xAEB08E) is unknown color: approx Bud. HEX triplet: AE, B0 and 8E. RGB value is (174,176,142). Sum of RGB (Red+Green+Blue) = 174+176+142=492 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.37% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB08E is #514F71. Grayscale: #ABABAB. Windows color (decimal): -5328754 or 9351342. OLE color: 9351342.

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

Color convert

RGB174176142-
CMYK0.0100.190.31
HSL63.53º17.71%62.35%-
HSV(B)63.53º19.32%69.02%-
XYZ37.864231.7-
YUV171.53111.34129.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.37%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=35.37%
G=35.77%
B=28.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761420.0100.190.3163.5317.7162.35
HexAEB08E10131F40123e
Octal2562602161023371002276
Binary101011101011000010001110101001111111100000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB08E; }

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

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

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

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

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

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

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

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