#A4AB8C

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

Shades of Bud #A4AB8C

Tints of Bud #A4AB8C

Color information

#A4AB8C (or 0xA4AB8C) is unknown color: approx Bud. HEX triplet: A4, AB and 8C. RGB value is (164,171,140). Sum of RGB (Red+Green+Blue) = 164+171+140=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB8C is #5B5473. Grayscale: #A5A5A5. Windows color (decimal): -5985396 or 9218980. OLE color: 9218980.

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

Color convert

RGB164171140-
CMYK0.0400.180.33
HSL73.55º15.58%60.98%-
HSV(B)73.55º18.13%67.06%-
XYZ34.6138.9130.5-
YUV165.37113.68127.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=34.53%
G=36%
B=29.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641711400.0400.180.3373.5515.5860.98
HexA4AB8C4012214a103d
Octal2442532144022411122075
Binary101001001010101110001100100010010100001100101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB8C; }

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

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

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

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

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

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

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

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