#AEB489

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

Shades of Bud #AEB489

Tints of Bud #AEB489

Color information

#AEB489 (or 0xAEB489) is unknown color: approx Bud. HEX triplet: AE, B4 and 89. RGB value is (174,180,137). Sum of RGB (Red+Green+Blue) = 174+180+137=491 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.44% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEB489 is #514B76. Grayscale: #ADADAD. Windows color (decimal): -5327735 or 9024686. OLE color: 9024686.

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

Color convert

RGB174180137-
CMYK0.0300.240.29
HSL68.37º22.28%62.16%-
HSV(B)68.37º23.89%70.59%-
XYZ38.2943.4530.03-
YUV173.3107.51128.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.44%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=35.44%
G=36.66%
B=27.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741801370.0300.240.2968.3722.2862.16
HexAEB48930181D44163e
Octal2562642113030351042676
Binary1010111010110100100010011101100011101100010010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB489; }

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

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

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

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

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

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

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

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