#AEB193

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

Shades of Bud #AEB193

Tints of Bud #AEB193

Color information

#AEB193 (or 0xAEB193) is unknown color: approx Bud. HEX triplet: AE, B1 and 93. RGB value is (174,177,147). Sum of RGB (Red+Green+Blue) = 174+177+147=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB193 is #514E6C. Grayscale: #ACACAC. Windows color (decimal): -5328493 or 9679278. OLE color: 9679278.

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

Color convert

RGB174177147-
CMYK0.0200.170.31
HSL66º16.13%63.53%-
HSV(B)66º16.95%69.41%-
XYZ38.4442.5533.79-
YUV172.68113.51128.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=34.94%
G=35.54%
B=29.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771470.0200.170.316616.1363.53
HexAEB19320111F421040
Octal25626122320213710220100
Binary10101110101100011001001110010001111111000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB193; }

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

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

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

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

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

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

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

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