#A9AA9B

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

Shades of Bud #A9AA9B

Tints of Bud #A9AA9B

Color information

#A9AA9B (or 0xA9AA9B) is unknown color: approx Bud. HEX triplet: A9, AA and 9B. RGB value is (169,170,155). Sum of RGB (Red+Green+Blue) = 169+170+155=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 155 (60.94% from 255 or 31.38% from 494); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AA9B is #565564. Grayscale: #A8A8A8. Windows color (decimal): -5657957 or 10201769. OLE color: 10201769.

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

Color convert

RGB169170155-
CMYK0.0100.090.33
HSL64º8.11%63.73%-
HSV(B)64º8.82%66.67%-
XYZ36.6539.5536.71-
YUV167.99120.67128.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 155 (60.94% from 255) = 31.38%
R=34.21%
G=34.41%
B=31.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701550.0100.090.33648.1163.73
HexA9AA9B1092140840
Octal25125223310114110010100
Binary101010011010101010011011101001100001100000010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA9B; }

 p { color: rgb(169,170,155); }

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

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

 a { background-color: rgb(169,170,155); }

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

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

 span { border-color: rgb(169,170,155); }

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