#AEB095

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

Shades of Bud #AEB095

Tints of Bud #AEB095

Color information

#AEB095 (or 0xAEB095) is unknown color: approx Bud. HEX triplet: AE, B0 and 95. RGB value is (174,176,149). Sum of RGB (Red+Green+Blue) = 174+176+149=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB095 is #514F6A. Grayscale: #ACACAC. Windows color (decimal): -5328747 or 9810094. OLE color: 9810094.

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

Color convert

RGB174176149-
CMYK0.0100.150.31
HSL64.44º14.59%63.73%-
HSV(B)64.44º15.34%69.02%-
XYZ38.4142.2234.56-
YUV172.32114.84129.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=34.87%
G=35.27%
B=29.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741761490.0100.150.3164.4414.5963.73
HexAEB09510F1F40f40
Octal25626022510173710017100
Binary10101110101100001001010110111111111100000011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB095; }

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

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

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

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

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

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

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

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