#A9AB96

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

Shades of Bud #A9AB96

Tints of Bud #A9AB96

Color information

#A9AB96 (or 0xA9AB96) is unknown color: approx Bud. HEX triplet: A9, AB and 96. RGB value is (169,171,150). Sum of RGB (Red+Green+Blue) = 169+171+150=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB96 is #565469. Grayscale: #A8A8A8. Windows color (decimal): -5657706 or 9874345. OLE color: 9874345.

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

Color convert

RGB169171150-
CMYK0.0100.120.33
HSL65.71º11.11%62.94%-
HSV(B)65.71º12.28%67.06%-
XYZ36.4339.7634.61-
YUV168.01117.84128.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.49%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=34.49%
G=34.90%
B=30.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711500.0100.120.3365.7111.1162.94
HexA9AB9610C2142b3f
Octal2512532261014411021377
Binary10101001101010111001011010110010000110000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB96; }

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

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

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

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

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

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

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

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