#AEB196

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

Shades of Bud #AEB196

Tints of Bud #AEB196

Color information

#AEB196 (or 0xAEB196) is unknown color: approx Bud. HEX triplet: AE, B1 and 96. RGB value is (174,177,150). Sum of RGB (Red+Green+Blue) = 174+177+150=501 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.73% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 177 - color contains mainly: green. Hex color #AEB196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEB196 is #514E69. Grayscale: #ADADAD. Windows color (decimal): -5328490 or 9875886. OLE color: 9875886.

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

Color convert

RGB174177150-
CMYK0.0200.150.31
HSL66.67º14.75%64.12%-
HSV(B)66.67º15.25%69.41%-
XYZ38.6842.6435.05-
YUV173.02115.01128.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.73%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=34.73%
G=35.33%
B=29.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741771500.0200.150.3166.6714.7564.12
HexAEB19620F1F43f40
Octal25626122620173710317100
Binary101011101011000110010110100111111111100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB196; }

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

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

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

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

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

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

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

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