#AEB190

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

Shades of Bud #AEB190

Tints of Bud #AEB190

Color information

#AEB190 (or 0xAEB190) is unknown color: approx Bud. HEX triplet: AE, B1 and 90. RGB value is (174,177,144). Sum of RGB (Red+Green+Blue) = 174+177+144=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB190 is #514E6F. Grayscale: #ACACAC. Windows color (decimal): -5328496 or 9482670. OLE color: 9482670.

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

Color convert

RGB174177144-
CMYK0.0200.190.31
HSL65.45º17.46%62.94%-
HSV(B)65.45º18.64%69.41%-
XYZ38.2142.4632.57-
YUV172.34112.01129.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.15%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=35.15%
G=35.76%
B=29.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771440.0200.190.3165.4517.4662.94
HexAEB19020131F41113f
Octal2562612202023371012177
Binary1010111010110001100100001001001111111100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB190; }

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

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

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

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

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

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

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

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