#AEB191

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

Shades of Bud #AEB191

Tints of Bud #AEB191

Color information

#AEB191 (or 0xAEB191) is unknown color: approx Bud. HEX triplet: AE, B1 and 91. RGB value is (174,177,145). Sum of RGB (Red+Green+Blue) = 174+177+145=496 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.08% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 145 (57.03% from 255 or 29.23% from 496); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB191 is #514E6E. Grayscale: #ACACAC. Windows color (decimal): -5328495 or 9548206. OLE color: 9548206.

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

Color convert

RGB174177145-
CMYK0.0200.180.31
HSL65.62º17.02%63.14%-
HSV(B)65.62º18.08%69.41%-
XYZ38.2942.4932.97-
YUV172.46112.51129.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.08%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 145 (57.03% from 255) = 29.23%
R=35.08%
G=35.69%
B=29.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771450.0200.180.3165.6217.0263.14
HexAEB19120121F42113f
Octal2562612212022371022177
Binary1010111010110001100100011001001011111100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB191; }

 p { color: rgb(174,177,145); }

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

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

 a { background-color: rgb(174,177,145); }

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

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

 span { border-color: rgb(174,177,145); }

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