#A8AA89

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

Shades of Bud #A8AA89

Tints of Bud #A8AA89

Color information

#A8AA89 (or 0xA8AA89) is unknown color: approx Bud. HEX triplet: A8, AA and 89. RGB value is (168,170,137). Sum of RGB (Red+Green+Blue) = 168+170+137=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA89 is #575576. Grayscale: #A5A5A5. Windows color (decimal): -5723511 or 9022120. OLE color: 9022120.

HSL color Cylindrical-coordinate representation of color #A8AA89: hue angle of 63.64º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8AA89 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB168170137-
CMYK0.0100.190.33
HSL63.64º16.26%60.2%-
HSV(B)63.64º19.41%66.67%-
XYZ35.0438.8829.32-
YUV165.64111.84129.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=35.37%
G=35.79%
B=28.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681701370.0100.190.3363.6416.2660.2
HexA8AA8910132140103c
Octal2502522111023411002074
Binary1010100010101010100010011010011100001100000010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA89; }

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

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

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

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

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

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

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

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