#A4AB8A

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

Shades of Bud #A4AB8A

Tints of Bud #A4AB8A

Color information

#A4AB8A (or 0xA4AB8A) is unknown color: approx Bud. HEX triplet: A4, AB and 8A. RGB value is (164,171,138). Sum of RGB (Red+Green+Blue) = 164+171+138=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB8A is #5B5475. Grayscale: #A5A5A5. Windows color (decimal): -5985398 or 9087908. OLE color: 9087908.

HSL color Cylindrical-coordinate representation of color #A4AB8A: hue angle of 72.73º 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 #A4AB8A is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB164171138-
CMYK0.0400.190.33
HSL72.73º16.42%60.59%-
HSV(B)72.73º19.3%67.06%-
XYZ34.4638.8529.73-
YUV165.14112.68127.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 171 (67.19% from 255) = 36.15%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=34.67%
G=36.15%
B=29.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711380.0400.190.3372.7316.4260.59
HexA4AB8A40132149103d
Octal2442532124023411112075
Binary101001001010101110001010100010011100001100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB8A; }

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

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

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

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

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

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

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

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