#A9AB8D

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

Shades of Bud #A9AB8D

Tints of Bud #A9AB8D

Color information

#A9AB8D (or 0xA9AB8D) is unknown color: approx Bud. HEX triplet: A9, AB and 8D. RGB value is (169,171,141). Sum of RGB (Red+Green+Blue) = 169+171+141=481 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.14% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB8D is #565472. Grayscale: #A7A7A7. Windows color (decimal): -5657715 or 9284521. OLE color: 9284521.

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

Color convert

RGB169171141-
CMYK0.0100.180.33
HSL64º15.15%61.18%-
HSV(B)64º17.54%67.06%-
XYZ35.7339.4830.94-
YUV166.98113.34129.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.14%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=35.14%
G=35.55%
B=29.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711410.0100.180.336415.1561.18
HexA9AB8D10122140f3d
Octal2512532151022411001775
Binary101010011010101110001101101001010000110000001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB8D; }

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

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

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

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

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

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

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

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