#A4AB8B

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

Shades of Bud #A4AB8B

Tints of Bud #A4AB8B

Color information

#A4AB8B (or 0xA4AB8B) is unknown color: approx Bud. HEX triplet: A4, AB and 8B. RGB value is (164,171,139). Sum of RGB (Red+Green+Blue) = 164+171+139=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4AB8B is #5B5474. Grayscale: #A5A5A5. Windows color (decimal): -5985397 or 9153444. OLE color: 9153444.

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

Color convert

RGB164171139-
CMYK0.0400.190.33
HSL73.12º16%60.78%-
HSV(B)73.12º18.71%67.06%-
XYZ34.5338.8830.11-
YUV165.26113.18127.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.60%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=34.60%
G=36.08%
B=29.32%

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
Decimal1641711390.0400.190.3373.121660.78
HexA4AB8B40132149103d
Octal2442532134023411112075
Binary101001001010101110001011100010011100001100100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB8B; }

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

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

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

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

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

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

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

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