#A9AB8A

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

Shades of Bud #A9AB8A

Tints of Bud #A9AB8A

Color information

#A9AB8A (or 0xA9AB8A) is unknown color: approx Bud. HEX triplet: A9, AB and 8A. RGB value is (169,171,138). Sum of RGB (Red+Green+Blue) = 169+171+138=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AB8A is #565475. Grayscale: #A6A6A6. Windows color (decimal): -5657718 or 9087913. OLE color: 9087913.

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

Color convert

RGB169171138-
CMYK0.0100.190.33
HSL63.64º16.42%60.59%-
HSV(B)63.64º19.3%67.06%-
XYZ35.5139.429.78-
YUV166.64111.84129.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=35.36%
G=35.77%
B=28.87%

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
Decimal1691711380.0100.190.3363.6416.4260.59
HexA9AB8A10132140103d
Octal2512532121023411002075
Binary1010100110101011100010101010011100001100000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB8A; }

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

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

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

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

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

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

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

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