#AEB384

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

Shades of Bud #AEB384

Tints of Bud #AEB384

Color information

#AEB384 (or 0xAEB384) is unknown color: approx Bud. HEX triplet: AE, B3 and 84. RGB value is (174,179,132). Sum of RGB (Red+Green+Blue) = 174+179+132=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #AEB384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB384 is #514C7B. Grayscale: #ACACAC. Windows color (decimal): -5327996 or 8696750. OLE color: 8696750.

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

Color convert

RGB174179132-
CMYK0.0300.260.30
HSL66.38º23.62%60.98%-
HSV(B)66.38º26.26%70.2%-
XYZ37.7442.928.12-
YUV172.15105.34129.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=35.88%
G=36.91%
B=27.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741791320.0300.260.3066.3823.6260.98
HexAEB384301A1E42183d
Octal2562632043032361023075
Binary1010111010110011100001001101101011110100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB384; }

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

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

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

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

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

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

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

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