#AAB289

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

Shades of Bud #AAB289

Tints of Bud #AAB289

Color information

#AAB289 (or 0xAAB289) is unknown color: approx Bud. HEX triplet: AA, B2 and 89. RGB value is (170,178,137). Sum of RGB (Red+Green+Blue) = 170+178+137=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB289 is #554D76. Grayscale: #ABABAB. Windows color (decimal): -5590391 or 9024170. OLE color: 9024170.

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

Color convert

RGB170178137-
CMYK0.0400.230.30
HSL71.71º21.03%61.76%-
HSV(B)71.71º23.03%69.8%-
XYZ37.0142.1929.86-
YUV170.93108.85127.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.05%
GREEN value IS 178 (69.92% from 255) = 36.70%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=35.05%
G=36.70%
B=28.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701781370.0400.230.3071.7121.0361.76
HexAAB28940171E48153e
Octal2522622114027361102576
Binary10101010101100101000100110001011111110100100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB289; }

 p { color: rgb(170,178,137); }

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

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

 a { background-color: rgb(170,178,137); }

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

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

 span { border-color: rgb(170,178,137); }

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