#AEB192

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

Shades of Bud #AEB192

Tints of Bud #AEB192

Color information

#AEB192 (or 0xAEB192) is unknown color: approx Bud. HEX triplet: AE, B1 and 92. RGB value is (174,177,146). Sum of RGB (Red+Green+Blue) = 174+177+146=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB192 is #514E6D. Grayscale: #ACACAC. Windows color (decimal): -5328494 or 9613742. OLE color: 9613742.

HSL color Cylindrical-coordinate representation of color #AEB192: hue angle of 65.81º 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 #AEB192 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB174177146-
CMYK0.0200.180.31
HSL65.81º16.58%63.33%-
HSV(B)65.81º17.51%69.41%-
XYZ38.3742.5233.38-
YUV172.57113.01129.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.01%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=35.01%
G=35.61%
B=29.38%

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
Decimal1741771460.0200.180.3165.8116.5863.33
HexAEB19220121F42113f
Octal2562612222022371022177
Binary1010111010110001100100101001001011111100001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB192; }

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

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

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

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

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

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

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

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