#A9AB9B

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

Shades of Bud #A9AB9B

Tints of Bud #A9AB9B

Color information

#A9AB9B (or 0xA9AB9B) is unknown color: approx Bud. HEX triplet: A9, AB and 9B. RGB value is (169,171,155). Sum of RGB (Red+Green+Blue) = 169+171+155=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB9B is #565464. Grayscale: #A8A8A8. Windows color (decimal): -5657701 or 10202025. OLE color: 10202025.

HSL color Cylindrical-coordinate representation of color #A9AB9B: hue angle of 67.5º degrees, saturation: 0.09, 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 #A9AB9B is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB169171155-
CMYK0.0100.090.33
HSL67.5º8.7%63.92%-
HSV(B)67.5º9.36%67.06%-
XYZ36.8439.9336.78-
YUV168.58120.34128.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 155 (60.94% from 255) = 31.31%
R=34.14%
G=34.55%
B=31.31%

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
Decimal1691711550.0100.090.3367.58.763.92
HexA9AB9B1092144940
Octal25125323310114110411100
Binary101010011010101110011011101001100001100010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB9B; }

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

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

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

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

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

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

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

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