#AEB194

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

Shades of Bud #AEB194

Tints of Bud #AEB194

Color information

#AEB194 (or 0xAEB194) is unknown color: approx Bud. HEX triplet: AE, B1 and 94. RGB value is (174,177,148). Sum of RGB (Red+Green+Blue) = 174+177+148=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB194 is #514E6B. Grayscale: #ACACAC. Windows color (decimal): -5328492 or 9744814. OLE color: 9744814.

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

Color convert

RGB174177148-
CMYK0.0200.160.31
HSL66.21º15.68%63.73%-
HSV(B)66.21º16.38%69.41%-
XYZ38.5242.5834.21-
YUV172.8114.01128.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.87%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 148 (58.20% from 255) = 29.66%
R=34.87%
G=35.47%
B=29.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771480.0200.160.3166.2115.6863.73
HexAEB19420101F421040
Octal25626122420203710220100
Binary10101110101100011001010010010000111111000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB194; }

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

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

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

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

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

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

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

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