#AEB386

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

Shades of Bud #AEB386

Tints of Bud #AEB386

Color information

#AEB386 (or 0xAEB386) is unknown color: approx Bud. HEX triplet: AE, B3 and 86. RGB value is (174,179,134). Sum of RGB (Red+Green+Blue) = 174+179+134=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB386 is #514C79. Grayscale: #ACACAC. Windows color (decimal): -5327994 or 8827822. OLE color: 8827822.

HSL color Cylindrical-coordinate representation of color #AEB386: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEB386 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB174179134-
CMYK0.0300.250.30
HSL66.67º22.84%61.37%-
HSV(B)66.67º25.14%70.2%-
XYZ37.8842.9628.85-
YUV172.38106.34129.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.73%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=35.73%
G=36.76%
B=27.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791340.0300.250.3066.6722.8461.37
HexAEB38630191E43173d
Octal2562632063031361032775
Binary1010111010110011100001101101100111110100001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB386; }

 p { color: rgb(174,179,134); }

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

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

 a { background-color: rgb(174,179,134); }

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

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

 span { border-color: rgb(174,179,134); }

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