#AEB484

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

Shades of Bud #AEB484

Tints of Bud #AEB484

Color information

#AEB484 (or 0xAEB484) is unknown color: approx Bud. HEX triplet: AE, B4 and 84. RGB value is (174,180,132). Sum of RGB (Red+Green+Blue) = 174+180+132=486 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.80% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB484 is #514B7B. Grayscale: #ACACAC. Windows color (decimal): -5327740 or 8697006. OLE color: 8697006.

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

Color convert

RGB174180132-
CMYK0.0300.270.29
HSL67.5º24.24%61.18%-
HSV(B)67.5º26.67%70.59%-
XYZ37.9443.3128.19-
YUV172.73105.01128.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.80%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=35.80%
G=37.04%
B=27.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801320.0300.270.2967.524.2461.18
HexAEB484301B1D44183d
Octal2562642043033351043075
Binary1010111010110100100001001101101111101100010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB484; }

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

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

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

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

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

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

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

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